#CA89CA

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

Shades of Lilac #CA89CA

Tints of Lilac #CA89CA

Color information

#CA89CA (or 0xCA89CA) is unknown color: approx Lilac. HEX triplet: CA, 89 and CA. RGB value is (202,137,202). Sum of RGB (Red+Green+Blue) = 202+137+202=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 137 (53.91% from 255 or 25.32% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA89CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89CA is #357635. Grayscale: #A3A3A3. Windows color (decimal): -3503670 or 13273546. OLE color: 13273546.

HSL color Cylindrical-coordinate representation of color #CA89CA: hue angle of 300º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA89CA is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB202137202-
CMYK00.3200.21
HSL300º38.01%66.47%-
HSV(B)300º32.18%79.22%-
XYZ43.9634.7160.26-
YUV163.84149.53155.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 137 (53.91% from 255) = 25.32%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=37.34%
G=25.32%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213720200.3200.2130038.0166.47
HexCA89CA02001512c2642
Octal31221131204002545446102
Binary11001010100010011100101001000000101011001011001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA89CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA89CA; }

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

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

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

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

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

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

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

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