Shades of Orchid #D081D8
Tints of Orchid #D081D8
RGB
CMYK
RGB Variations
Color information
#D081D8 (or 0xD081D8) is known color: Orchid. HEX triplet: D0, 81 and D8. RGB value is (208,129,216). Sum of RGB (Red+Green+Blue) = 208+129+216=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 216 - color contains mainly: blue. Hex color #D081D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081D8 is #2F7E27. Grayscale: #A2A2A2. Windows color (decimal): -3112488 or 14189008. OLE color: 14189008.
HSL color Cylindrical-coordinate representation of color #D081D8: hue angle of 294.48º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D081D8 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 129 | 216 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.15 |
| HSL | 294.48º | 0.53% | 0.68% | - |
| HSV(B) | 294.48º | 0.4% | 0.85% | - |
| XYZ | 46.26 | 34.07 | 69.1 | - |
| YUV | 162.54 | 158.17 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 216 | 0.04 | 0.40 | 0 | 0.15 | 294.48 | 0.53 | 0.68 |
| Hex | D0 | 81 | D8 | 4 | 28 | 0 | F | 126 | 35 | 44 |
| Octal | 320 | 201 | 330 | 4 | 50 | 0 | 17 | 446 | 65 | 104 |
| Binary | 11010000 | 10000001 | 11011000 | 100 | 101000 | 0 | 1111 | 100100110 | 110101 | 1000100 |
Color Harmonies of #D081D8
Complementary color
Monochromatic Colors of #D081D8
Black with #D081D8
Text Example
Text Example
White with #D081D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D081D8; }
p { color: rgb(208,129,216); }
H1.HeaderClassName
{
color: #D081D8;
}
.AnyTagClassName
{
color: #D081D8;
}
</style>
background-color css
<style>
a { background-color: #D081D8; }
a { background-color: rgb(208,129,216); }
div.DivClassName
{
background-color: #D081D8;
}
.BgClassName
{
background-color: #D081D8;
}
</style>
border-color css
<style>
span { border-color: #D081D8; }
span { border-color: rgb(208,129,216); }
td.TdClassName
{
border-color: #D081D8;
}
.TagClassName
{
border-color: #D081D8;
}
</style>