#CA8FCD

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

Shades of Lilac #CA8FCD

Tints of Lilac #CA8FCD

Color information

#CA8FCD (or 0xCA8FCD) is unknown color: approx Lilac. HEX triplet: CA, 8F and CD. RGB value is (202,143,205). Sum of RGB (Red+Green+Blue) = 202+143+205=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA8FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FCD is #357032. Grayscale: #A7A7A7. Windows color (decimal): -3502131 or 13471690. OLE color: 13471690.

HSL color Cylindrical-coordinate representation of color #CA8FCD: hue angle of 297.1º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8FCD is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202143205-
CMYK0.010.3000.20
HSL297.1º38.27%68.24%-
HSV(B)297.1º30.24%80.39%-
XYZ45.236.6162.44-
YUV167.71149.05152.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.73%
GREEN value IS 143 (56.25% from 255) = 26%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=36.73%
G=26%
B=37.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021432050.010.3000.20297.138.2768.24
HexCA8FCD11E0141292644
Octal31221731513602445146104
Binary1100101010001111110011011111100101001001010011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FCD; }

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

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

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

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

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

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

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

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