#C995C5

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

Shades of Lilac #C995C5

Tints of Lilac #C995C5

Color information

#C995C5 (or 0xC995C5) is unknown color: approx Lilac. HEX triplet: C9, 95 and C5. RGB value is (201,149,197). Sum of RGB (Red+Green+Blue) = 201+149+197=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 201 - color contains mainly: red. Hex color #C995C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995C5 is #366A3A. Grayscale: #A9A9A9. Windows color (decimal): -3566139 or 12948937. OLE color: 12948937.

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

Color convert

RGB201149197-
CMYK00.260.020.21
HSL304.62º32.5%68.63%-
HSV(B)304.62º25.87%78.82%-
XYZ44.9137.9457.78-
YUV170.02143.23150.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.75%
GREEN value IS 149 (58.59% from 255) = 27.24%
BLUE value IS 197 (77.34% from 255) = 36.01%
R=36.75%
G=27.24%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114919700.260.020.21304.6232.568.63
HexC995C501A2151312045
Octal31122530503222546140105
Binary11001001100101011100010101101010101011001100011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995C5; }

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

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

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

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

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

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

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

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