Html Css Color HEX #D5A0CD Lilac

📋 copy color: '#D5A0CD'

red 213 ◦ green 160 ◦ blue 205

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

Shades of Lilac #D5A0CD

Tints of Lilac #D5A0CD

RGB

 RED value IS 213 (83.59% from 255) = 36.85%

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

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

R = 36.85%
G = 27.68%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D5A0CD (or 0xD5A0CD) is known color: Lilac. HEX triplet: D5, A0 and CD. RGB value is (213,160,205). Sum of RGB (Red+Green+Blue) = 213+160+205=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 160 (62.89% from 255 or 27.68% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A0CD is #2A5F32. Grayscale: #B4B4B4. Windows color (decimal): -2776883 or 13476053. OLE color: 13476053.

HSL color Cylindrical-coordinate representation of color #D5A0CD: hue angle of 309.06º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5A0CD is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 160 205 -
CMYK 0 0.25 0.04 0.16
HSL 309.06º 0.39% 0.73% -
HSV(B) 309.06º 0.25% 0.84% -
XYZ 51.03 43.7 63.5 -
YUV 180.98 141.56 150.84 -
System Red Green Blue C M Y K H S L
Decimal 213 160 205 0 0.25 0.04 0.16 309.06 0.39 0.73
Hex D5 A0 CD 0 19 4 10 135 27 49
Octal 325 240 315 0 31 4 20 465 47 111
Binary 11010101 10100000 11001101 0 11001 100 10000 100110101 100111 1001001

Color Harmonies of #D5A0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A0CD

Black with #D5A0CD

Text Example


Text Example

White with #D5A0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A0CD; }

 p { color: rgb(213,160,205); }

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

background-color css

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

 a { background-color: rgb(213,160,205); }

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

border-color css

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

 span { border-color: rgb(213,160,205); }

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