#C997D0

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

Shades of Lilac #C997D0

Tints of Lilac #C997D0

Color information

#C997D0 (or 0xC997D0) is unknown color: approx Lilac. HEX triplet: C9, 97 and D0. RGB value is (201,151,208). Sum of RGB (Red+Green+Blue) = 201+151+208=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #C997D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997D0 is #36682F. Grayscale: #ACACAC. Windows color (decimal): -3565616 or 13670345. OLE color: 13670345.

HSL color Cylindrical-coordinate representation of color #C997D0: hue angle of 292.63º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C997D0 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB201151208-
CMYK0.030.2700.18
HSL292.63º37.75%70.39%-
HSV(B)292.63º27.4%81.57%-
XYZ46.5439.164.77-
YUV172.45148.06148.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.89%
GREEN value IS 151 (59.38% from 255) = 26.96%
BLUE value IS 208 (81.64% from 255) = 37.14%
R=35.89%
G=26.96%
B=37.14%

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
Decimal2011512080.030.2700.18292.6337.7570.39
HexC997D031B0121252646
Octal31122732033302244546106
Binary11001001100101111101000011110110100101001001011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C997D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C997D0; }

 p { color: rgb(201,151,208); }

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

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

 a { background-color: rgb(201,151,208); }

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

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

 span { border-color: rgb(201,151,208); }

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