#C995C2

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

Shades of Lilac #C995C2

Tints of Lilac #C995C2

Color information

#C995C2 (or 0xC995C2) is unknown color: approx Lilac. HEX triplet: C9, 95 and C2. RGB value is (201,149,194). Sum of RGB (Red+Green+Blue) = 201+149+194=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C995C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995C2 is #366A3D. Grayscale: #A9A9A9. Windows color (decimal): -3566142 or 12752329. OLE color: 12752329.

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

Color convert

RGB201149194-
CMYK00.260.030.21
HSL308.08º32.5%68.63%-
HSV(B)308.08º25.87%78.82%-
XYZ44.5737.8155.99-
YUV169.68141.73150.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.95%
GREEN value IS 149 (58.59% from 255) = 27.39%
BLUE value IS 194 (76.17% from 255) = 35.66%
R=36.95%
G=27.39%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114919400.260.030.21308.0832.568.63
HexC995C201A3151342045
Octal31122530203232546440105
Binary11001001100101011100001001101011101011001101001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995C2; }

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

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

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

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

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

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

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

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