#CA98D1

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

Shades of Lilac #CA98D1

Tints of Lilac #CA98D1

Color information

#CA98D1 (or 0xCA98D1) is unknown color: approx Lilac. HEX triplet: CA, 98 and D1. RGB value is (202,152,209). Sum of RGB (Red+Green+Blue) = 202+152+209=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA98D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98D1 is #35672E. Grayscale: #ADADAD. Windows color (decimal): -3499823 or 13736138. OLE color: 13736138.

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

Color convert

RGB202152209-
CMYK0.030.2700.18
HSL292.63º38.26%70.78%-
HSV(B)292.63º27.27%81.96%-
XYZ47.0939.6265.49-
YUV173.45148.06148.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 152 (59.77% from 255) = 27.00%
BLUE value IS 209 (82.03% from 255) = 37.12%
R=35.88%
G=27.00%
B=37.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021522090.030.2700.18292.6338.2670.78
HexCA98D131B0121252647
Octal31223032133302244546107
Binary11001010100110001101000111110110100101001001011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98D1; }

 p { color: rgb(202,152,209); }

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

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

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

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

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

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

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