Html Css Color HEX #D0A5C7 Lilac

📋 copy color: '#D0A5C7'

red 208 ◦ green 165 ◦ blue 199

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

Shades of Lilac #D0A5C7

Tints of Lilac #D0A5C7

RGB

 RED value IS 208 (81.64% from 255) = 36.36%

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

 BLUE value IS 199 (78.13% from 255) = 34.79%

R = 36.36%
G = 28.85%
B = 34.79%

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

#D0A5C7 (or 0xD0A5C7) is known color: Lilac. HEX triplet: D0, A5 and C7. RGB value is (208,165,199). Sum of RGB (Red+Green+Blue) = 208+165+199=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A5C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A5C7 is #2F5A38. Grayscale: #B5B5B5. Windows color (decimal): -3103289 or 13084112. OLE color: 13084112.

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

Color convert

RGB 208 165 199 -
CMYK 0 0.21 0.04 0.18
HSL 312.56º 0.31% 0.73% -
HSV(B) 312.56º 0.21% 0.82% -
XYZ 49.78 44.44 59.99 -
YUV 181.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 208 165 199 0 0.21 0.04 0.18 312.56 0.31 0.73
Hex D0 A5 C7 0 15 4 12 139 1F 49
Octal 320 245 307 0 25 4 22 471 37 111
Binary 11010000 10100101 11000111 0 10101 100 10010 100111001 11111 1001001

Color Harmonies of #D0A5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A5C7

Black with #D0A5C7

Text Example


Text Example

White with #D0A5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A5C7; }

 p { color: rgb(208,165,199); }

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

background-color css

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

 a { background-color: rgb(208,165,199); }

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

border-color css

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

 span { border-color: rgb(208,165,199); }

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