#C994CD

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

Shades of Lilac #C994CD

Tints of Lilac #C994CD

Color information

#C994CD (or 0xC994CD) is unknown color: approx Lilac. HEX triplet: C9, 94 and CD. RGB value is (201,148,205). Sum of RGB (Red+Green+Blue) = 201+148+205=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #C994CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994CD is #366B32. Grayscale: #AAAAAA. Windows color (decimal): -3566387 or 13472969. OLE color: 13472969.

HSL color Cylindrical-coordinate representation of color #C994CD: hue angle of 295.79º 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 #C994CD is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201148205-
CMYK0.020.2800.20
HSL295.79º36.31%69.22%-
HSV(B)295.79º27.8%80.39%-
XYZ45.738.0162.68-
YUV170.34147.56149.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.28%
GREEN value IS 148 (58.20% from 255) = 26.71%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=36.28%
G=26.71%
B=37.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011482050.020.2800.20295.7936.3169.22
HexC994CD21C0141282445
Octal31122431523402445044105
Binary11001001100101001100110110111000101001001010001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C994CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C994CD; }

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

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

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

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

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

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

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

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