Html Css Color HEX #D1A5C8 Lilac

📋 copy color: '#D1A5C8'

red 209 ◦ green 165 ◦ blue 200

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

Shades of Lilac #D1A5C8

Tints of Lilac #D1A5C8

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.75%

 BLUE value IS 200 (78.52% from 255) = 34.84%

R = 36.41%
G = 28.75%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D1A5C8 (or 0xD1A5C8) is known color: Lilac. HEX triplet: D1, A5 and C8. RGB value is (209,165,200). Sum of RGB (Red+Green+Blue) = 209+165+200=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A5C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A5C8 is #2E5A37. Grayscale: #B6B6B6. Windows color (decimal): -3037752 or 13149649. OLE color: 13149649.

HSL color Cylindrical-coordinate representation of color #D1A5C8: hue angle of 312.27º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1A5C8 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 165 200 -
CMYK 0 0.21 0.04 0.18
HSL 312.27º 0.32% 0.73% -
HSV(B) 312.27º 0.21% 0.82% -
XYZ 50.17 44.64 60.61 -
YUV 182.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 209 165 200 0 0.21 0.04 0.18 312.27 0.32 0.73
Hex D1 A5 C8 0 15 4 12 138 20 49
Octal 321 245 310 0 25 4 22 470 40 111
Binary 11010001 10100101 11001000 0 10101 100 10010 100111000 100000 1001001

Color Harmonies of #D1A5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A5C8

Black with #D1A5C8

Text Example


Text Example

White with #D1A5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A5C8; }

 p { color: rgb(209,165,200); }

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

background-color css

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

 a { background-color: rgb(209,165,200); }

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

border-color css

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

 span { border-color: rgb(209,165,200); }

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