Html Css Color HEX #D0A5CD Lilac

📋 copy color: '#D0A5CD'

red 208 ◦ green 165 ◦ blue 205

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

Shades of Lilac #D0A5CD

Tints of Lilac #D0A5CD

RGB

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

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

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

R = 35.99%
G = 28.55%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0A5CD (or 0xD0A5CD) is known color: Lilac. HEX triplet: D0, A5 and CD. RGB value is (208,165,205). Sum of RGB (Red+Green+Blue) = 208+165+205=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A5CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A5CD is #2F5A32. Grayscale: #B6B6B6. Windows color (decimal): -3103283 or 13477328. OLE color: 13477328.

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

Color convert

RGB 208 165 205 -
CMYK 0 0.21 0.01 0.18
HSL 304.19º 0.31% 0.73% -
HSV(B) 304.19º 0.21% 0.82% -
XYZ 50.49 44.73 63.73 -
YUV 182.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 208 165 205 0 0.21 0.01 0.18 304.19 0.31 0.73
Hex D0 A5 CD 0 15 1 12 130 1F 49
Octal 320 245 315 0 25 1 22 460 37 111
Binary 11010000 10100101 11001101 0 10101 1 10010 100110000 11111 1001001

Color Harmonies of #D0A5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A5CD

Black with #D0A5CD

Text Example


Text Example

White with #D0A5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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