#C993CC

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

Shades of Lilac #C993CC

Tints of Lilac #C993CC

Color information

#C993CC (or 0xC993CC) is unknown color: approx Lilac. HEX triplet: C9, 93 and CC. RGB value is (201,147,204). Sum of RGB (Red+Green+Blue) = 201+147+204=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #C993CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993CC is #366C33. Grayscale: #A9A9A9. Windows color (decimal): -3566644 or 13407177. OLE color: 13407177.

HSL color Cylindrical-coordinate representation of color #C993CC: hue angle of 296.84º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C993CC is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB201147204-
CMYK0.010.2800.2
HSL296.84º35.85%68.82%-
HSV(B)296.84º27.94%80%-
XYZ45.4237.6462-
YUV169.64147.39150.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.41%
GREEN value IS 147 (57.81% from 255) = 26.63%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=36.41%
G=26.63%
B=36.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2011472040.010.2800.2296.8435.8568.82
HexC993CC11C0141292445
Octal31122331413402445144105
Binary1100100110010011110011001111000101001001010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C993CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C993CC; }

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

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

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

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

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

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

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

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