Shades of Orchid #D080D8
Tints of Orchid #D080D8
RGB
CMYK
RGB Variations
Color information
#D080D8 (or 0xD080D8) is known color: Orchid. HEX triplet: D0, 80 and D8. RGB value is (208,128,216). Sum of RGB (Red+Green+Blue) = 208+128+216=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 216 (84.77% from 255 or 39.13% from 552); Max value from RGB is 216 - color contains mainly: blue. Hex color #D080D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080D8 is #2F7F27. Grayscale: #A1A1A1. Windows color (decimal): -3112744 or 14188752. OLE color: 14188752.
HSL color Cylindrical-coordinate representation of color #D080D8: hue angle of 294.55º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D080D8 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 128 | 216 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.15 |
| HSL | 294.55º | 0.53% | 0.67% | - |
| HSV(B) | 294.55º | 0.41% | 0.85% | - |
| XYZ | 46.13 | 33.81 | 69.06 | - |
| YUV | 161.95 | 158.5 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 216 | 0.04 | 0.41 | 0 | 0.15 | 294.55 | 0.53 | 0.67 |
| Hex | D0 | 80 | D8 | 4 | 29 | 0 | F | 127 | 35 | 43 |
| Octal | 320 | 200 | 330 | 4 | 51 | 0 | 17 | 447 | 65 | 103 |
| Binary | 11010000 | 10000000 | 11011000 | 100 | 101001 | 0 | 1111 | 100100111 | 110101 | 1000011 |
Color Harmonies of #D080D8
Complementary color
Monochromatic Colors of #D080D8
Black with #D080D8
Text Example
Text Example
White with #D080D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080D8; }
p { color: rgb(208,128,216); }
H1.HeaderClassName
{
color: #D080D8;
}
.AnyTagClassName
{
color: #D080D8;
}
</style>
background-color css
<style>
a { background-color: #D080D8; }
a { background-color: rgb(208,128,216); }
div.DivClassName
{
background-color: #D080D8;
}
.BgClassName
{
background-color: #D080D8;
}
</style>
border-color css
<style>
span { border-color: #D080D8; }
span { border-color: rgb(208,128,216); }
td.TdClassName
{
border-color: #D080D8;
}
.TagClassName
{
border-color: #D080D8;
}
</style>