#CA89CF

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

Shades of Lilac #CA89CF

Tints of Lilac #CA89CF

Color information

#CA89CF (or 0xCA89CF) is unknown color: approx Lilac. HEX triplet: CA, 89 and CF. RGB value is (202,137,207). Sum of RGB (Red+Green+Blue) = 202+137+207=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA89CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89CF is #357630. Grayscale: #A4A4A4. Windows color (decimal): -3503665 or 13601226. OLE color: 13601226.

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

Color convert

RGB202137207-
CMYK0.020.3400.19
HSL295.71º42.17%67.45%-
HSV(B)295.71º33.82%81.18%-
XYZ44.5734.9563.43-
YUV164.42152.03154.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 137 (53.91% from 255) = 25.09%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=37.00%
G=25.09%
B=37.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021372070.020.3400.19295.7142.1767.45
HexCA89CF2220131282a43
Octal31221131724202345052103
Binary110010101000100111001111101000100100111001010001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA89CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA89CF; }

 p { color: rgb(202,137,207); }

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

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

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

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

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

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

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