Html Css Color HEX #D0A0DC Wisteria

📋 copy color: '#D0A0DC'

red 208 ◦ green 160 ◦ blue 220

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

Shades of Wisteria #D0A0DC

Tints of Wisteria #D0A0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.41%

R = 35.37%
G = 27.21%
B = 37.41%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D0A0DC (or 0xD0A0DC) is known color: Wisteria. HEX triplet: D0, A0 and DC. RGB value is (208,160,220). Sum of RGB (Red+Green+Blue) = 208+160+220=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 160 (62.89% from 255 or 27.21% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0A0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A0DC is #2F5F23. Grayscale: #B4B4B4. Windows color (decimal): -3104548 or 14459088. OLE color: 14459088.

HSL color Cylindrical-coordinate representation of color #D0A0DC: hue angle of 288º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0A0DC is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 160 220 -
CMYK 0.05 0.27 0 0.14
HSL 288º 0.46% 0.75% -
HSV(B) 288º 0.27% 0.86% -
XYZ 51.5 43.72 73.43 -
YUV 181.19 149.9 147.12 -
System Red Green Blue C M Y K H S L
Decimal 208 160 220 0.05 0.27 0 0.14 288 0.46 0.75
Hex D0 A0 DC 5 1B 0 E 120 2E 4B
Octal 320 240 334 5 33 0 16 440 56 113
Binary 11010000 10100000 11011100 101 11011 0 1110 100100000 101110 1001011

Color Harmonies of #D0A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A0DC

Black with #D0A0DC

Text Example


Text Example

White with #D0A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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