#CA8CCA

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

Shades of Lilac #CA8CCA

Tints of Lilac #CA8CCA

Color information

#CA8CCA (or 0xCA8CCA) is unknown color: approx Lilac. HEX triplet: CA, 8C and CA. RGB value is (202,140,202). Sum of RGB (Red+Green+Blue) = 202+140+202=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA8CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CCA is #357335. Grayscale: #A5A5A5. Windows color (decimal): -3502902 or 13274314. OLE color: 13274314.

HSL color Cylindrical-coordinate representation of color #CA8CCA: hue angle of 300º 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 #CA8CCA is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB202140202-
CMYK00.3100.21
HSL300º36.9%67.06%-
HSV(B)300º30.69%79.22%-
XYZ44.435.5860.4-
YUV165.61148.54153.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 140 (55.08% from 255) = 25.74%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=37.13%
G=25.74%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214020200.3100.2130036.967.06
HexCA8CCA01F01512c2543
Octal31221431203702545445103
Binary1100101010001100110010100111110101011001011001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8CCA; }

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

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

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

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

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

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

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

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