Html Css Color HEX #D0A0CD Lilac

📋 copy color: '#D0A0CD'

red 208 ◦ green 160 ◦ blue 205

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

Shades of Lilac #D0A0CD

Tints of Lilac #D0A0CD

RGB

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

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

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

R = 36.3%
G = 27.92%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0A0CD (or 0xD0A0CD) is known color: Lilac. HEX triplet: D0, A0 and CD. RGB value is (208,160,205). Sum of RGB (Red+Green+Blue) = 208+160+205=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A0CD is #2F5F32. Grayscale: #B3B3B3. Windows color (decimal): -3104563 or 13476048. OLE color: 13476048.

HSL color Cylindrical-coordinate representation of color #D0A0CD: hue angle of 303.75º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0A0CD is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 160 205 -
CMYK 0 0.23 0.01 0.18
HSL 303.75º 0.34% 0.72% -
HSV(B) 303.75º 0.23% 0.82% -
XYZ 49.6 42.96 63.44 -
YUV 179.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 208 160 205 0 0.23 0.01 0.18 303.75 0.34 0.72
Hex D0 A0 CD 0 17 1 12 130 22 48
Octal 320 240 315 0 27 1 22 460 42 110
Binary 11010000 10100000 11001101 0 10111 1 10010 100110000 100010 1001000

Color Harmonies of #D0A0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A0CD

Black with #D0A0CD

Text Example


Text Example

White with #D0A0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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