#CA8FCE

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

Shades of Lilac #CA8FCE

Tints of Lilac #CA8FCE

Color information

#CA8FCE (or 0xCA8FCE) is unknown color: approx Lilac. HEX triplet: CA, 8F and CE. RGB value is (202,143,206). Sum of RGB (Red+Green+Blue) = 202+143+206=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA8FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FCE is #357031. Grayscale: #A7A7A7. Windows color (decimal): -3502130 or 13537226. OLE color: 13537226.

HSL color Cylindrical-coordinate representation of color #CA8FCE: hue angle of 296.19º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA8FCE is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202143206-
CMYK0.020.3100.19
HSL296.19º39.13%68.43%-
HSV(B)296.19º30.58%80.78%-
XYZ45.3236.6663.08-
YUV167.82149.55152.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 143 (56.25% from 255) = 25.95%
BLUE value IS 206 (80.86% from 255) = 37.39%
R=36.66%
G=25.95%
B=37.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021432060.020.3100.19296.1939.1368.43
HexCA8FCE21F0131282744
Octal31221731623702345047104
Binary11001010100011111100111010111110100111001010001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FCE; }

 p { color: rgb(202,143,206); }

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

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

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

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

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

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

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