Html Css Color HEX #D5A0C9 Lilac

📋 copy color: '#D5A0C9'

red 213 ◦ green 160 ◦ blue 201

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

Shades of Lilac #D5A0C9

Tints of Lilac #D5A0C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.02%

R = 37.11%
G = 27.87%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D5A0C9 (or 0xD5A0C9) is known color: Lilac. HEX triplet: D5, A0 and C9. RGB value is (213,160,201). Sum of RGB (Red+Green+Blue) = 213+160+201=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A0C9 is #2A5F36. Grayscale: #B4B4B4. Windows color (decimal): -2776887 or 13213909. OLE color: 13213909.

HSL color Cylindrical-coordinate representation of color #D5A0C9: hue angle of 313.58º 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 #D5A0C9 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 160 201 -
CMYK 0 0.25 0.06 0.16
HSL 313.58º 0.39% 0.73% -
HSV(B) 313.58º 0.25% 0.84% -
XYZ 50.55 43.5 60.99 -
YUV 180.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 213 160 201 0 0.25 0.06 0.16 313.58 0.39 0.73
Hex D5 A0 C9 0 19 6 10 13A 27 49
Octal 325 240 311 0 31 6 20 472 47 111
Binary 11010101 10100000 11001001 0 11001 110 10000 100111010 100111 1001001

Color Harmonies of #D5A0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A0C9

Black with #D5A0C9

Text Example


Text Example

White with #D5A0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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