#C995CC

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

Shades of Lilac #C995CC

Tints of Lilac #C995CC

Color information

#C995CC (or 0xC995CC) is unknown color: approx Lilac. HEX triplet: C9, 95 and CC. RGB value is (201,149,204). Sum of RGB (Red+Green+Blue) = 201+149+204=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #C995CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995CC is #366A33. Grayscale: #AAAAAA. Windows color (decimal): -3566132 or 13407689. OLE color: 13407689.

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

Color convert

RGB201149204-
CMYK0.010.2700.2
HSL296.73º35.03%69.22%-
HSV(B)296.73º26.96%80%-
XYZ45.7338.2762.1-
YUV170.82146.73149.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.28%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 204 (80.08% from 255) = 36.82%
R=36.28%
G=26.90%
B=36.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2011492040.010.2700.2296.7335.0369.22
HexC995CC11B0141292345
Octal31122531413302445143105
Binary1100100110010101110011001110110101001001010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995CC; }

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

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

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

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

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

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

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

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