#C49FCD

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

Shades of Lilac #C49FCD

Tints of Lilac #C49FCD

Color information

#C49FCD (or 0xC49FCD) is unknown color: approx Lilac. HEX triplet: C4, 9F and CD. RGB value is (196,159,205). Sum of RGB (Red+Green+Blue) = 196+159+205=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #C49FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FCD is #3B6032. Grayscale: #AFAFAF. Windows color (decimal): -3891251 or 13475780. OLE color: 13475780.

HSL color Cylindrical-coordinate representation of color #C49FCD: hue angle of 288.26º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C49FCD is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196159205-
CMYK0.040.2200.20
HSL288.26º31.51%71.37%-
HSV(B)288.26º22.44%80.39%-
XYZ46.1840.9463.23-
YUV175.31144.76142.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35%
GREEN value IS 159 (62.5% from 255) = 28.39%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=35%
G=28.39%
B=36.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961592050.040.2200.20288.2631.5171.37
HexC49FCD4160141202047
Octal30423731542602444040107
Binary110001001001111111001101100101100101001001000001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49FCD; }

 p { color: rgb(196,159,205); }

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

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

 a { background-color: rgb(196,159,205); }

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

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

 span { border-color: rgb(196,159,205); }

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