#C99DCF

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

Shades of Lilac #C99DCF

Tints of Lilac #C99DCF

Color information

#C99DCF (or 0xC99DCF) is unknown color: approx Lilac. HEX triplet: C9, 9D and CF. RGB value is (201,157,207). Sum of RGB (Red+Green+Blue) = 201+157+207=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #C99DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DCF is #366230. Grayscale: #AFAFAF. Windows color (decimal): -3564081 or 13606345. OLE color: 13606345.

HSL color Cylindrical-coordinate representation of color #C99DCF: hue angle of 292.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C99DCF is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201157207-
CMYK0.030.2400.19
HSL292.8º34.25%71.37%-
HSV(B)292.8º24.15%81.18%-
XYZ47.4141.0464.45-
YUV175.86145.58145.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.58%
GREEN value IS 157 (61.72% from 255) = 27.79%
BLUE value IS 207 (81.25% from 255) = 36.64%
R=35.58%
G=27.79%
B=36.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011572070.030.2400.19292.834.2571.37
HexC99DCF3180131252247
Octal31123531733002344542107
Binary11001001100111011100111111110000100111001001011000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99DCF; }

 p { color: rgb(201,157,207); }

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

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

 a { background-color: rgb(201,157,207); }

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

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

 span { border-color: rgb(201,157,207); }

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