#CA8CC4

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

Shades of Lilac #CA8CC4

Tints of Lilac #CA8CC4

Color information

#CA8CC4 (or 0xCA8CC4) is unknown color: approx Lilac. HEX triplet: CA, 8C and C4. RGB value is (202,140,196). Sum of RGB (Red+Green+Blue) = 202+140+196=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CC4 is #35733B. Grayscale: #A4A4A4. Windows color (decimal): -3502908 or 12881098. OLE color: 12881098.

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

Color convert

RGB202140196-
CMYK00.310.030.21
HSL305.81º36.9%67.06%-
HSV(B)305.81º30.69%79.22%-
XYZ43.735.356.73-
YUV164.92145.54154.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 140 (55.08% from 255) = 26.02%
BLUE value IS 196 (76.95% from 255) = 36.43%
R=37.55%
G=26.02%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214019600.310.030.21305.8136.967.06
HexCA8CC401F3151322543
Octal31221430403732546245103
Binary11001010100011001100010001111111101011001100101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8CC4; }

 p { color: rgb(202,140,196); }

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

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

 a { background-color: rgb(202,140,196); }

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

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

 span { border-color: rgb(202,140,196); }

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