#D497C8

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

Shades of Lilac #D497C8

Tints of Lilac #D497C8

Color information

#D497C8 (or 0xD497C8) is unknown color: approx Lilac. HEX triplet: D4, 97 and C8. RGB value is (212,151,200). Sum of RGB (Red+Green+Blue) = 212+151+200=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 212 - color contains mainly: red. Hex color #D497C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497C8 is #2B6837. Grayscale: #AEAEAE. Windows color (decimal): -2844728 or 13146068. OLE color: 13146068.

HSL color Cylindrical-coordinate representation of color #D497C8: hue angle of 311.8º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D497C8 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB212151200-
CMYK00.290.060.17
HSL311.8º41.5%71.18%-
HSV(B)311.8º28.77%83.14%-
XYZ48.6440.359.86-
YUV174.82142.21154.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.66%
GREEN value IS 151 (59.38% from 255) = 26.82%
BLUE value IS 200 (78.52% from 255) = 35.52%
R=37.66%
G=26.82%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215120000.290.060.17311.841.571.18
HexD497C801D6111382947
Octal32422731003562147051107
Binary110101001001011111001000011101110100011001110001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497C8; }

 p { color: rgb(212,151,200); }

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

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

 a { background-color: rgb(212,151,200); }

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

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

 span { border-color: rgb(212,151,200); }

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