#D197CF

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

Shades of Lilac #D197CF

Tints of Lilac #D197CF

Color information

#D197CF (or 0xD197CF) is unknown color: approx Lilac. HEX triplet: D1, 97 and CF. RGB value is (209,151,207). Sum of RGB (Red+Green+Blue) = 209+151+207=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 209 - color contains mainly: red. Hex color #D197CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D197CF is #2E6830. Grayscale: #AEAEAE. Windows color (decimal): -3041329 or 13604817. OLE color: 13604817.

HSL color Cylindrical-coordinate representation of color #D197CF: hue angle of 302.07º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D197CF is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB209151207-
CMYK00.280.010.18
HSL302.07º38.67%70.59%-
HSV(B)302.07º27.75%81.96%-
XYZ48.6240.1964.23-
YUV174.73146.22152.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.86%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 207 (81.25% from 255) = 36.51%
R=36.86%
G=26.63%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915120700.280.010.18302.0738.6770.59
HexD197CF01C11212e2747
Octal32122731703412245647107
Binary1101000110010111110011110111001100101001011101001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D197CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D197CF; }

 p { color: rgb(209,151,207); }

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

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

 a { background-color: rgb(209,151,207); }

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

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

 span { border-color: rgb(209,151,207); }

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