#CA98D0

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

Shades of Lilac #CA98D0

Tints of Lilac #CA98D0

Color information

#CA98D0 (or 0xCA98D0) is unknown color: approx Lilac. HEX triplet: CA, 98 and D0. RGB value is (202,152,208). Sum of RGB (Red+Green+Blue) = 202+152+208=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA98D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98D0 is #35672F. Grayscale: #ADADAD. Windows color (decimal): -3499824 or 13670602. OLE color: 13670602.

HSL color Cylindrical-coordinate representation of color #CA98D0: hue angle of 293.57º degrees, saturation: 0.37, 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 #CA98D0 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202152208-
CMYK0.030.2700.18
HSL293.57º37.33%70.59%-
HSV(B)293.57º26.92%81.57%-
XYZ46.9739.5764.84-
YUV173.33147.56148.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 152 (59.77% from 255) = 27.05%
BLUE value IS 208 (81.64% from 255) = 37.01%
R=35.94%
G=27.05%
B=37.01%

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
Decimal2021522080.030.2700.18293.5737.3370.59
HexCA98D031B0121262547
Octal31223032033302244645107
Binary11001010100110001101000011110110100101001001101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98D0; }

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

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

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

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

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

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

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

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