#CA8CC0

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

Shades of Lilac #CA8CC0

Tints of Lilac #CA8CC0

Color information

#CA8CC0 (or 0xCA8CC0) is unknown color: approx Lilac. HEX triplet: CA, 8C and C0. RGB value is (202,140,192). Sum of RGB (Red+Green+Blue) = 202+140+192=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CC0 is #35733F. Grayscale: #A4A4A4. Windows color (decimal): -3502912 or 12618954. OLE color: 12618954.

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

Color convert

RGB202140192-
CMYK00.310.050.21
HSL309.68º36.9%67.06%-
HSV(B)309.68º30.69%79.22%-
XYZ43.2535.1254.37-
YUV164.47143.54154.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 140 (55.08% from 255) = 26.22%
BLUE value IS 192 (75.39% from 255) = 35.96%
R=37.83%
G=26.22%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214019200.310.050.21309.6836.967.06
HexCA8CC001F5151362543
Octal31221430003752546645103
Binary110010101000110011000000011111101101011001101101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8CC0; }

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

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

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

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

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

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

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

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