#D497C4

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

Shades of Lilac #D497C4

Tints of Lilac #D497C4

Color information

#D497C4 (or 0xD497C4) is unknown color: approx Lilac. HEX triplet: D4, 97 and C4. RGB value is (212,151,196). Sum of RGB (Red+Green+Blue) = 212+151+196=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 212 - color contains mainly: red. Hex color #D497C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497C4 is #2B683B. Grayscale: #AEAEAE. Windows color (decimal): -2844732 or 12883924. OLE color: 12883924.

HSL color Cylindrical-coordinate representation of color #D497C4: hue angle of 315.74º 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 #D497C4 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB212151196-
CMYK00.290.080.17
HSL315.74º41.5%71.18%-
HSV(B)315.74º28.77%83.14%-
XYZ48.1840.1257.43-
YUV174.37140.21154.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.92%
GREEN value IS 151 (59.38% from 255) = 27.01%
BLUE value IS 196 (76.95% from 255) = 35.06%
R=37.92%
G=27.01%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215119600.290.080.17315.7441.571.18
HexD497C401D81113c2947
Octal324227304035102147451107
Binary1101010010010111110001000111011000100011001111001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497C4; }

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

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

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

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

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

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

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

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