#CA96D0

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

Shades of Lilac #CA96D0

Tints of Lilac #CA96D0

Color information

#CA96D0 (or 0xCA96D0) is unknown color: approx Lilac. HEX triplet: CA, 96 and D0. RGB value is (202,150,208). Sum of RGB (Red+Green+Blue) = 202+150+208=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA96D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA96D0 is #35692F. Grayscale: #ABABAB. Windows color (decimal): -3500336 or 13670090. OLE color: 13670090.

HSL color Cylindrical-coordinate representation of color #CA96D0: hue angle of 293.79º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA96D0 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202150208-
CMYK0.030.2800.18
HSL293.79º38.16%70.2%-
HSV(B)293.79º27.88%81.57%-
XYZ46.6538.9264.73-
YUV172.16148.23149.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 150 (58.98% from 255) = 26.79%
BLUE value IS 208 (81.64% from 255) = 37.14%
R=36.07%
G=26.79%
B=37.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021502080.030.2800.18293.7938.1670.2
HexCA96D031C0121262646
Octal31222632033402244646106
Binary11001010100101101101000011111000100101001001101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA96D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA96D0; }

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

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

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

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

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

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

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

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