#C99DCD

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

Shades of Lilac #C99DCD

Tints of Lilac #C99DCD

Color information

#C99DCD (or 0xC99DCD) is unknown color: approx Lilac. HEX triplet: C9, 9D and CD. RGB value is (201,157,205). Sum of RGB (Red+Green+Blue) = 201+157+205=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #C99DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DCD is #366232. Grayscale: #AFAFAF. Windows color (decimal): -3564083 or 13475273. OLE color: 13475273.

HSL color Cylindrical-coordinate representation of color #C99DCD: hue angle of 295º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99DCD is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201157205-
CMYK0.020.2300.20
HSL295º32.43%70.98%-
HSV(B)295º23.41%80.39%-
XYZ47.1640.9463.17-
YUV175.63144.58146.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.70%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=35.70%
G=27.89%
B=36.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011572050.020.2300.2029532.4370.98
HexC99DCD2170141272047
Octal31123531522702444740107
Binary11001001100111011100110110101110101001001001111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99DCD; }

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

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

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

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

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

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

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

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