#C995CD

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

Shades of Lilac #C995CD

Tints of Lilac #C995CD

Color information

#C995CD (or 0xC995CD) is unknown color: approx Lilac. HEX triplet: C9, 95 and CD. RGB value is (201,149,205). Sum of RGB (Red+Green+Blue) = 201+149+205=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #C995CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995CD is #366A32. Grayscale: #AAAAAA. Windows color (decimal): -3566131 or 13473225. OLE color: 13473225.

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

Color convert

RGB201149205-
CMYK0.020.2700.20
HSL295.71º35.9%69.41%-
HSV(B)295.71º27.32%80.39%-
XYZ45.8538.3262.74-
YUV170.93147.23149.45-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.22%
GREEN value IS 149 (58.59% from 255) = 26.85%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=36.22%
G=26.85%
B=36.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011492050.020.2700.20295.7135.969.41
HexC995CD21B0141282445
Octal31122531523302445044105
Binary11001001100101011100110110110110101001001010001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995CD; }

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

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

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

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

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

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

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

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