#CA98CD

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

Shades of Lilac #CA98CD

Tints of Lilac #CA98CD

Color information

#CA98CD (or 0xCA98CD) is unknown color: approx Lilac. HEX triplet: CA, 98 and CD. RGB value is (202,152,205). Sum of RGB (Red+Green+Blue) = 202+152+205=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA98CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98CD is #356732. Grayscale: #ACACAC. Windows color (decimal): -3499827 or 13473994. OLE color: 13473994.

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

Color convert

RGB202152205-
CMYK0.010.2600.20
HSL296.6º34.64%70%-
HSV(B)296.6º25.85%80.39%-
XYZ46.639.4262.91-
YUV172.99146.06148.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 152 (59.77% from 255) = 27.19%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=36.14%
G=27.19%
B=36.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021522050.010.2600.20296.634.6470
HexCA98CD11A0141292346
Octal31223031513202445143106
Binary1100101010011000110011011110100101001001010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98CD; }

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

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

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

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

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

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

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

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