#C998CE

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

Shades of Lilac #C998CE

Tints of Lilac #C998CE

Color information

#C998CE (or 0xC998CE) is unknown color: approx Lilac. HEX triplet: C9, 98 and CE. RGB value is (201,152,206). Sum of RGB (Red+Green+Blue) = 201+152+206=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #C998CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998CE is #366731. Grayscale: #ACACAC. Windows color (decimal): -3565362 or 13539529. OLE color: 13539529.

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

Color convert

RGB201152206-
CMYK0.020.2600.19
HSL294.44º35.53%70.2%-
HSV(B)294.44º26.21%80.78%-
XYZ46.4639.3363.54-
YUV172.81146.73148.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.96%
GREEN value IS 152 (59.77% from 255) = 27.19%
BLUE value IS 206 (80.86% from 255) = 36.85%
R=35.96%
G=27.19%
B=36.85%

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
Decimal2011522060.020.2600.19294.4435.5370.2
HexC998CE21A0131262446
Octal31123031623202344644106
Binary11001001100110001100111010110100100111001001101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C998CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C998CE; }

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

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

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

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

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

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

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

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