#D49FCA

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

Shades of Lilac #D49FCA

Tints of Lilac #D49FCA

Color information

#D49FCA (or 0xD49FCA) is unknown color: approx Lilac. HEX triplet: D4, 9F and CA. RGB value is (212,159,202). Sum of RGB (Red+Green+Blue) = 212+159+202=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FCA is #2B6035. Grayscale: #B3B3B3. Windows color (decimal): -2842678 or 13279188. OLE color: 13279188.

HSL color Cylindrical-coordinate representation of color #D49FCA: hue angle of 311.32º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49FCA is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB212159202-
CMYK00.250.050.17
HSL311.32º38.13%72.75%-
HSV(B)311.32º25%83.14%-
XYZ50.2143.0661.54-
YUV179.75140.56151-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.00%
GREEN value IS 159 (62.5% from 255) = 27.75%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=37.00%
G=27.75%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215920200.250.050.17311.3238.1372.75
HexD49FCA0195111372649
Octal32423731203152146746111
Binary110101001001111111001010011001101100011001101111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FCA; }

 p { color: rgb(212,159,202); }

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

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

 a { background-color: rgb(212,159,202); }

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

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

 span { border-color: rgb(212,159,202); }

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