#CA98CE

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

Shades of Lilac #CA98CE

Tints of Lilac #CA98CE

Color information

#CA98CE (or 0xCA98CE) is unknown color: approx Lilac. HEX triplet: CA, 98 and CE. RGB value is (202,152,206). Sum of RGB (Red+Green+Blue) = 202+152+206=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA98CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98CE is #356731. Grayscale: #ACACAC. Windows color (decimal): -3499826 or 13539530. OLE color: 13539530.

HSL color Cylindrical-coordinate representation of color #CA98CE: hue angle of 295.56º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA98CE is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202152206-
CMYK0.020.2600.19
HSL295.56º35.53%70.2%-
HSV(B)295.56º26.21%80.78%-
XYZ46.7339.4763.55-
YUV173.11146.56148.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 152 (59.77% from 255) = 27.14%
BLUE value IS 206 (80.86% from 255) = 36.79%
R=36.07%
G=27.14%
B=36.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021522060.020.2600.19295.5635.5370.2
HexCA98CE21A0131282446
Octal31223031623202345044106
Binary11001010100110001100111010110100100111001010001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98CE; }

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

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

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

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

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

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

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

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