#C995CB

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

Shades of Lilac #C995CB

Tints of Lilac #C995CB

Color information

#C995CB (or 0xC995CB) is unknown color: approx Lilac. HEX triplet: C9, 95 and CB. RGB value is (201,149,203). Sum of RGB (Red+Green+Blue) = 201+149+203=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #C995CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995CB is #366A34. Grayscale: #AAAAAA. Windows color (decimal): -3566133 or 13342153. OLE color: 13342153.

HSL color Cylindrical-coordinate representation of color #C995CB: hue angle of 297.78º degrees, saturation: 0.34, 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 #C995CB is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201149203-
CMYK0.010.2700.20
HSL297.78º34.18%69.02%-
HSV(B)297.78º26.6%79.61%-
XYZ45.6138.2261.47-
YUV170.7146.23149.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.35%
GREEN value IS 149 (58.59% from 255) = 26.94%
BLUE value IS 203 (79.69% from 255) = 36.71%
R=36.35%
G=26.94%
B=36.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011492030.010.2700.20297.7834.1869.02
HexC995CB11B01412a2245
Octal31122531313302445242105
Binary1100100110010101110010111110110101001001010101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995CB; }

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

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

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

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

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

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

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

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