#CA9CC7

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

Shades of Lilac #CA9CC7

Tints of Lilac #CA9CC7

Color information

#CA9CC7 (or 0xCA9CC7) is unknown color: approx Lilac. HEX triplet: CA, 9C and C7. RGB value is (202,156,199). Sum of RGB (Red+Green+Blue) = 202+156+199=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9CC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9CC7 is #356338. Grayscale: #AEAEAE. Windows color (decimal): -3498809 or 13081802. OLE color: 13081802.

HSL color Cylindrical-coordinate representation of color #CA9CC7: hue angle of 303.91º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CA9CC7 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB202156199-
CMYK00.230.010.21
HSL303.91º30.26%70.2%-
HSV(B)303.91º22.77%79.22%-
XYZ46.5540.4659.39-
YUV174.66141.74147.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 156 (61.33% from 255) = 28.01%
BLUE value IS 199 (78.12% from 255) = 35.73%
R=36.27%
G=28.01%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215619900.230.010.21303.9130.2670.2
HexCA9CC70171151301e46
Octal31223430702712546036106
Binary110010101001110011000111010111110101100110000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9CC7; }

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

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

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

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

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

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

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

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