#C995C8

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

Shades of Lilac #C995C8

Tints of Lilac #C995C8

Color information

#C995C8 (or 0xC995C8) is unknown color: approx Lilac. HEX triplet: C9, 95 and C8. RGB value is (201,149,200). Sum of RGB (Red+Green+Blue) = 201+149+200=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 200 (78.52% from 255 or 36.36% from 550); Max value from RGB is 201 - color contains mainly: red. Hex color #C995C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995C8 is #366A37. Grayscale: #AAAAAA. Windows color (decimal): -3566136 or 13145545. OLE color: 13145545.

HSL color Cylindrical-coordinate representation of color #C995C8: hue angle of 301.15º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C995C8 is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB201149200-
CMYK00.260.000.21
HSL301.15º32.5%68.63%-
HSV(B)301.15º25.87%78.82%-
XYZ45.2638.0859.61-
YUV170.36144.73149.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.55%
GREEN value IS 149 (58.59% from 255) = 27.09%
BLUE value IS 200 (78.52% from 255) = 36.36%
R=36.55%
G=27.09%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114920000.260.000.21301.1532.568.63
HexC995C801A01512d2045
Octal31122531003202545540105
Binary1100100110010101110010000110100101011001011011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995C8; }

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

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

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

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

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

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

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

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