#C995D1

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

Shades of Lilac #C995D1

Tints of Lilac #C995D1

Color information

#C995D1 (or 0xC995D1) is unknown color: approx Lilac. HEX triplet: C9, 95 and D1. RGB value is (201,149,209). Sum of RGB (Red+Green+Blue) = 201+149+209=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 209 - color contains mainly: blue. Hex color #C995D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995D1 is #366A2E. Grayscale: #ABABAB. Windows color (decimal): -3566127 or 13735369. OLE color: 13735369.

HSL color Cylindrical-coordinate representation of color #C995D1: hue angle of 292º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C995D1 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB201149209-
CMYK0.040.2900.18
HSL292º39.47%70.2%-
HSV(B)292º28.71%81.96%-
XYZ46.3438.5265.31-
YUV171.39149.23149.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.96%
GREEN value IS 149 (58.59% from 255) = 26.65%
BLUE value IS 209 (82.03% from 255) = 37.39%
R=35.96%
G=26.65%
B=37.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011492090.040.2900.1829239.4770.2
HexC995D141D0121242746
Octal31122532143502244447106
Binary110010011001010111010001100111010100101001001001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995D1; }

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

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

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

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

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

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

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

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