Html Css Color HEX #D5A0CF Lilac

📋 copy color: '#D5A0CF'

red 213 ◦ green 160 ◦ blue 207

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

Shades of Lilac #D5A0CF

Tints of Lilac #D5A0CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.69%

R = 36.72%
G = 27.59%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D5A0CF (or 0xD5A0CF) is known color: Lilac. HEX triplet: D5, A0 and CF. RGB value is (213,160,207). Sum of RGB (Red+Green+Blue) = 213+160+207=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A0CF is #2A5F30. Grayscale: #B5B5B5. Windows color (decimal): -2776881 or 13607125. OLE color: 13607125.

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

Color convert

RGB 213 160 207 -
CMYK 0 0.25 0.03 0.16
HSL 306.79º 0.39% 0.73% -
HSV(B) 306.79º 0.25% 0.84% -
XYZ 51.27 43.79 64.78 -
YUV 181.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 213 160 207 0 0.25 0.03 0.16 306.79 0.39 0.73
Hex D5 A0 CF 0 19 3 10 133 27 49
Octal 325 240 317 0 31 3 20 463 47 111
Binary 11010101 10100000 11001111 0 11001 11 10000 100110011 100111 1001001

Color Harmonies of #D5A0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A0CF

Black with #D5A0CF

Text Example


Text Example

White with #D5A0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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