#CD98CE

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

Shades of Lilac #CD98CE

Tints of Lilac #CD98CE

Color information

#CD98CE (or 0xCD98CE) is unknown color: approx Lilac. HEX triplet: CD, 98 and CE. RGB value is (205,152,206). Sum of RGB (Red+Green+Blue) = 205+152+206=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD98CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD98CE is #326731. Grayscale: #ADADAD. Windows color (decimal): -3303218 or 13539533. OLE color: 13539533.

HSL color Cylindrical-coordinate representation of color #CD98CE: hue angle of 298.89º 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 #CD98CE is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205152206-
CMYK0.000.2600.19
HSL298.89º35.53%70.2%-
HSV(B)298.89º26.21%80.78%-
XYZ47.5539.8963.59-
YUV174146.06150.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 152 (59.77% from 255) = 27.00%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=36.41%
G=27.00%
B=36.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051522060.000.2600.19298.8935.5370.2
HexCD98CE01A01312b2446
Octal31523031603202345344106
Binary1100110110011000110011100110100100111001010111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD98CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD98CE; }

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

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

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

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

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

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

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

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