#CA99CD

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

Shades of Lilac #CA99CD

Tints of Lilac #CA99CD

Color information

#CA99CD (or 0xCA99CD) is unknown color: approx Lilac. HEX triplet: CA, 99 and CD. RGB value is (202,153,205). Sum of RGB (Red+Green+Blue) = 202+153+205=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA99CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99CD is #356632. Grayscale: #ADADAD. Windows color (decimal): -3499571 or 13474250. OLE color: 13474250.

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

Color convert

RGB202153205-
CMYK0.010.2500.20
HSL296.54º34.21%70.2%-
HSV(B)296.54º25.37%80.39%-
XYZ46.7739.7562.96-
YUV173.58145.73148.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 153 (60.16% from 255) = 27.32%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=36.07%
G=27.32%
B=36.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021532050.010.2500.20296.5434.2170.2
HexCA99CD1190141292246
Octal31223131513102445142106
Binary1100101010011001110011011110010101001001010011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99CD; }

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

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

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

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

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

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

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

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