Html Css Color HEX #D1A0C7 Lilac

📋 copy color: '#D1A0C7'

red 209 ◦ green 160 ◦ blue 199

#D1A0C7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #D1A0C7

Tints of Lilac #D1A0C7

RGB

 RED value IS 209 (82.03% from 255) = 36.8%

 GREEN value IS 160 (62.89% from 255) = 28.17%

 BLUE value IS 199 (78.13% from 255) = 35.04%

R = 36.8%
G = 28.17%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D1A0C7 (or 0xD1A0C7) is known color: Lilac. HEX triplet: D1, A0 and C7. RGB value is (209,160,199). Sum of RGB (Red+Green+Blue) = 209+160+199=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A0C7 is #2E5F38. Grayscale: #B2B2B2. Windows color (decimal): -3039033 or 13082833. OLE color: 13082833.

HSL color Cylindrical-coordinate representation of color #D1A0C7: hue angle of 312.24º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1A0C7 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 160 199 -
CMYK 0 0.23 0.05 0.18
HSL 312.24º 0.35% 0.72% -
HSV(B) 312.24º 0.23% 0.82% -
XYZ 49.17 42.82 59.71 -
YUV 179.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 209 160 199 0 0.23 0.05 0.18 312.24 0.35 0.72
Hex D1 A0 C7 0 17 5 12 138 23 48
Octal 321 240 307 0 27 5 22 470 43 110
Binary 11010001 10100000 11000111 0 10111 101 10010 100111000 100011 1001000

Color Harmonies of #D1A0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A0C7

Black with #D1A0C7

Text Example


Text Example

White with #D1A0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A0C7; }

 p { color: rgb(209,160,199); }

 H1.HeaderClassName
 {
   color: #D1A0C7;
 }
 .AnyTagClassName
 {
   color: #D1A0C7;
 }
</style>

background-color css

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

 a { background-color: rgb(209,160,199); }

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

border-color css

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

 span { border-color: rgb(209,160,199); }

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