Html Css Color HEX #D1A5CD Lilac

📋 copy color: '#D1A5CD'

red 209 ◦ green 165 ◦ blue 205

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

Shades of Lilac #D1A5CD

Tints of Lilac #D1A5CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.41%

R = 36.1%
G = 28.5%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D1A5CD (or 0xD1A5CD) is known color: Lilac. HEX triplet: D1, A5 and CD. RGB value is (209,165,205). Sum of RGB (Red+Green+Blue) = 209+165+205=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A5CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A5CD is #2E5A32. Grayscale: #B6B6B6. Windows color (decimal): -3037747 or 13477329. OLE color: 13477329.

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

Color convert

RGB 209 165 205 -
CMYK 0 0.21 0.02 0.18
HSL 305.45º 0.32% 0.73% -
HSV(B) 305.45º 0.21% 0.82% -
XYZ 50.77 44.87 63.74 -
YUV 182.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 209 165 205 0 0.21 0.02 0.18 305.45 0.32 0.73
Hex D1 A5 CD 0 15 2 12 131 20 49
Octal 321 245 315 0 25 2 22 461 40 111
Binary 11010001 10100101 11001101 0 10101 10 10010 100110001 100000 1001001

Color Harmonies of #D1A5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A5CD

Black with #D1A5CD

Text Example


Text Example

White with #D1A5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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