Shades of Wisteria #D08ADC
Tints of Wisteria #D08ADC
RGB
CMYK
RGB Variations
Color information
#D08ADC (or 0xD08ADC) is known color: Wisteria. HEX triplet: D0, 8A and DC. RGB value is (208,138,220). Sum of RGB (Red+Green+Blue) = 208+138+220=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #D08ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ADC is #2F7523. Grayscale: #A8A8A8. Windows color (decimal): -3110180 or 14453456. OLE color: 14453456.
HSL color Cylindrical-coordinate representation of color #D08ADC: hue angle of 291.22º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D08ADC is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 138 | 220 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.14 |
| HSL | 291.22º | 0.54% | 0.7% | - |
| HSV(B) | 291.22º | 0.37% | 0.86% | - |
| XYZ | 48.02 | 36.75 | 72.27 | - |
| YUV | 168.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 220 | 0.05 | 0.37 | 0 | 0.14 | 291.22 | 0.54 | 0.7 |
| Hex | D0 | 8A | DC | 5 | 25 | 0 | E | 123 | 36 | 46 |
| Octal | 320 | 212 | 334 | 5 | 45 | 0 | 16 | 443 | 66 | 106 |
| Binary | 11010000 | 10001010 | 11011100 | 101 | 100101 | 0 | 1110 | 100100011 | 110110 | 1000110 |
Color Harmonies of #D08ADC
Complementary color
Monochromatic Colors of #D08ADC
Black with #D08ADC
Text Example
Text Example
White with #D08ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08ADC; }
p { color: rgb(208,138,220); }
H1.HeaderClassName
{
color: #D08ADC;
}
.AnyTagClassName
{
color: #D08ADC;
}
</style>
background-color css
<style>
a { background-color: #D08ADC; }
a { background-color: rgb(208,138,220); }
div.DivClassName
{
background-color: #D08ADC;
}
.BgClassName
{
background-color: #D08ADC;
}
</style>
border-color css
<style>
span { border-color: #D08ADC; }
span { border-color: rgb(208,138,220); }
td.TdClassName
{
border-color: #D08ADC;
}
.TagClassName
{
border-color: #D08ADC;
}
</style>