#CA9CF7

Color #CA9CF7 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #CA9CF7

Tints of Wisteria #CA9CF7

Color information

#CA9CF7 (or 0xCA9CF7) is unknown color: approx Wisteria. HEX triplet: CA, 9C and F7. RGB value is (202,156,247). Sum of RGB (Red+Green+Blue) = 202+156+247=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 247 (96.88% from 255 or 40.83% from 605); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA9CF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9CF7 is #356308. Grayscale: #B3B3B3. Windows color (decimal): -3498761 or 16227530. OLE color: 16227530.

HSL color Cylindrical-coordinate representation of color #CA9CF7: hue angle of 270.33º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA9CF7 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202156247-
CMYK0.180.3700.03
HSL270.33º85.05%79.02%-
HSV(B)270.33º36.84%96.86%-
XYZ53.0343.0593.51-
YUV180.13165.74143.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 156 (61.33% from 255) = 25.79%
BLUE value IS 247 (96.88% from 255) = 40.83%
R=33.39%
G=25.79%
B=40.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021562470.180.3700.03270.3385.0579.02
HexCA9CF712250310e554f
Octal312234367224503416125117
Binary1100101010011100111101111001010010101110000111010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9CF7; }

 p { color: rgb(202,156,247); }

 H1.HeaderClassName
 {
   color: #CA9CF7;
 }
 .AnyTagClassName
 {
   color: #CA9CF7;
 }
</style>
background-color css

<style>
 a { background-color: #CA9CF7; }

 a { background-color: rgb(202,156,247); }

 div.DivClassName
 {
   background-color: #CA9CF7;
 }
 .BgClassName
 {
   background-color: #CA9CF7;
 }
</style>
border-color css

<style>
 span { border-color: #CA9CF7; }

 span { border-color: rgb(202,156,247); }

 td.TdClassName
 {
   border-color: #CA9CF7;
 }
 .TagClassName
 {
   border-color: #CA9CF7;
 }
</style>