#CA96CD

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

Shades of Lilac #CA96CD

Tints of Lilac #CA96CD

Color information

#CA96CD (or 0xCA96CD) is unknown color: approx Lilac. HEX triplet: CA, 96 and CD. RGB value is (202,150,205). Sum of RGB (Red+Green+Blue) = 202+150+205=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA96CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA96CD is #356932. Grayscale: #ABABAB. Windows color (decimal): -3500339 or 13473482. OLE color: 13473482.

HSL color Cylindrical-coordinate representation of color #CA96CD: hue angle of 296.73º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA96CD is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202150205-
CMYK0.010.2700.20
HSL296.73º35.48%69.61%-
HSV(B)296.73º26.83%80.39%-
XYZ46.2838.7862.8-
YUV171.82146.73149.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 150 (58.98% from 255) = 26.93%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=36.27%
G=26.93%
B=36.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021502050.010.2700.20296.7335.4869.61
HexCA96CD11B0141292346
Octal31222631513302445143106
Binary1100101010010110110011011110110101001001010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA96CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA96CD; }

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

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

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

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

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

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

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

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