#CAAFCA

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

Shades of Lilac #CAAFCA

Tints of Lilac #CAAFCA

Color information

#CAAFCA (or 0xCAAFCA) is unknown color: approx Lilac. HEX triplet: CA, AF and CA. RGB value is (202,175,202). Sum of RGB (Red+Green+Blue) = 202+175+202=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAAFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFCA is #355035. Grayscale: #BABABA. Windows color (decimal): -3493942 or 13283274. OLE color: 13283274.

HSL color Cylindrical-coordinate representation of color #CAAFCA: hue angle of 300º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAAFCA is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB202175202-
CMYK00.1300.21
HSL300º20.3%73.92%-
HSV(B)300º13.37%79.22%-
XYZ50.3547.4862.39-
YUV186.15136.95139.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 175 (68.75% from 255) = 30.22%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=34.89%
G=30.22%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217520200.1300.2130020.373.92
HexCAAFCA0D01512c144a
Octal31225731201502545424112
Binary11001010101011111100101001101010101100101100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFCA; }

 p { color: rgb(202,175,202); }

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

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

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

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

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

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

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