Shades of Orchid #D06ED8
Tints of Orchid #D06ED8
RGB
CMYK
RGB Variations
Color information
#D06ED8 (or 0xD06ED8) is known color: Orchid. HEX triplet: D0, 6E and D8. RGB value is (208,110,216). Sum of RGB (Red+Green+Blue) = 208+110+216=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 216 - color contains mainly: blue. Hex color #D06ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ED8 is #2F9127. Grayscale: #979797. Windows color (decimal): -3117352 or 14184144. OLE color: 14184144.
HSL color Cylindrical-coordinate representation of color #D06ED8: hue angle of 295.47º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06ED8 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 110 | 216 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.15 |
| HSL | 295.47º | 0.58% | 0.64% | - |
| HSV(B) | 295.47º | 0.49% | 0.85% | - |
| XYZ | 43.98 | 29.52 | 68.35 | - |
| YUV | 151.39 | 164.47 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 216 | 0.04 | 0.49 | 0 | 0.15 | 295.47 | 0.58 | 0.64 |
| Hex | D0 | 6E | D8 | 4 | 31 | 0 | F | 127 | 3A | 40 |
| Octal | 320 | 156 | 330 | 4 | 61 | 0 | 17 | 447 | 72 | 100 |
| Binary | 11010000 | 1101110 | 11011000 | 100 | 110001 | 0 | 1111 | 100100111 | 111010 | 1000000 |
Color Harmonies of #D06ED8
Complementary color
Monochromatic Colors of #D06ED8
Black with #D06ED8
Text Example
Text Example
White with #D06ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06ED8; }
p { color: rgb(208,110,216); }
H1.HeaderClassName
{
color: #D06ED8;
}
.AnyTagClassName
{
color: #D06ED8;
}
</style>
background-color css
<style>
a { background-color: #D06ED8; }
a { background-color: rgb(208,110,216); }
div.DivClassName
{
background-color: #D06ED8;
}
.BgClassName
{
background-color: #D06ED8;
}
</style>
border-color css
<style>
span { border-color: #D06ED8; }
span { border-color: rgb(208,110,216); }
td.TdClassName
{
border-color: #D06ED8;
}
.TagClassName
{
border-color: #D06ED8;
}
</style>