#D197CD

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

Shades of Lilac #D197CD

Tints of Lilac #D197CD

Color information

#D197CD (or 0xD197CD) is unknown color: approx Lilac. HEX triplet: D1, 97 and CD. RGB value is (209,151,205). Sum of RGB (Red+Green+Blue) = 209+151+205=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 209 - color contains mainly: red. Hex color #D197CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D197CD is #2E6832. Grayscale: #AEAEAE. Windows color (decimal): -3041331 or 13473745. OLE color: 13473745.

HSL color Cylindrical-coordinate representation of color #D197CD: hue angle of 304.14º 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 #D197CD is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB209151205-
CMYK00.280.020.18
HSL304.14º38.67%70.59%-
HSV(B)304.14º27.75%81.96%-
XYZ48.3840.162.95-
YUV174.5145.22152.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.99%
GREEN value IS 151 (59.38% from 255) = 26.73%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=36.99%
G=26.73%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915120500.280.020.18304.1438.6770.59
HexD197CD01C2121302747
Octal32122731503422246047107
Binary11010001100101111100110101110010100101001100001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D197CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D197CD; }

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

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

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

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

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

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

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

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