#C993BE

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

Shades of Lilac #C993BE

Tints of Lilac #C993BE

Color information

#C993BE (or 0xC993BE) is unknown color: approx Lilac. HEX triplet: C9, 93 and BE. RGB value is (201,147,190). Sum of RGB (Red+Green+Blue) = 201+147+190=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C993BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993BE is #366C41. Grayscale: #A7A7A7. Windows color (decimal): -3566658 or 12489673. OLE color: 12489673.

HSL color Cylindrical-coordinate representation of color #C993BE: hue angle of 312.22º 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 #C993BE is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB201147190-
CMYK00.270.050.21
HSL312.22º33.33%68.24%-
HSV(B)312.22º26.87%78.82%-
XYZ43.823753.55-
YUV168.05140.39151.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.36%
GREEN value IS 147 (57.81% from 255) = 27.32%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=37.36%
G=27.32%
B=35.32%

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
Decimal20114719000.270.050.21312.2233.3368.24
HexC993BE01B5151382144
Octal31122327603352547041104
Binary110010011001001110111110011011101101011001110001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C993BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C993BE; }

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

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

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

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

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

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

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

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