#CA96C6

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

Shades of Lilac #CA96C6

Tints of Lilac #CA96C6

Color information

#CA96C6 (or 0xCA96C6) is unknown color: approx Lilac. HEX triplet: CA, 96 and C6. RGB value is (202,150,198). Sum of RGB (Red+Green+Blue) = 202+150+198=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CA96C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA96C6 is #356939. Grayscale: #AAAAAA. Windows color (decimal): -3500346 or 13014730. OLE color: 13014730.

HSL color Cylindrical-coordinate representation of color #CA96C6: hue angle of 304.62º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA96C6 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB202150198-
CMYK00.260.020.21
HSL304.62º32.91%69.02%-
HSV(B)304.62º25.74%79.22%-
XYZ45.4638.4558.45-
YUV171.02143.23150.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.73%
GREEN value IS 150 (58.98% from 255) = 27.27%
BLUE value IS 198 (77.73% from 255) = 36%
R=36.73%
G=27.27%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215019800.260.020.21304.6232.9169.02
HexCA96C601A2151312145
Octal31222630603222546141105
Binary11001010100101101100011001101010101011001100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA96C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA96C6; }

 p { color: rgb(202,150,198); }

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

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

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

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

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

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

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