#C993BF

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

Shades of Lilac #C993BF

Tints of Lilac #C993BF

Color information

#C993BF (or 0xC993BF) is unknown color: approx Lilac. HEX triplet: C9, 93 and BF. RGB value is (201,147,191). Sum of RGB (Red+Green+Blue) = 201+147+191=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C993BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993BF is #366C40. Grayscale: #A8A8A8. Windows color (decimal): -3566657 or 12555209. OLE color: 12555209.

HSL color Cylindrical-coordinate representation of color #C993BF: hue angle of 311.11º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C993BF is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB201147191-
CMYK00.270.050.21
HSL311.11º33.33%68.24%-
HSV(B)311.11º26.87%78.82%-
XYZ43.9337.0554.13-
YUV168.16140.89151.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.29%
GREEN value IS 147 (57.81% from 255) = 27.27%
BLUE value IS 191 (75% from 255) = 35.44%
R=37.29%
G=27.27%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114719100.270.050.21311.1133.3368.24
HexC993BF01B5151372144
Octal31122327703352546741104
Binary110010011001001110111111011011101101011001101111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C993BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C993BF; }

 p { color: rgb(201,147,191); }

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

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

 a { background-color: rgb(201,147,191); }

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

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

 span { border-color: rgb(201,147,191); }

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