Shades of Orchid #D05ED8
Tints of Orchid #D05ED8
RGB
CMYK
RGB Variations
Color information
#D05ED8 (or 0xD05ED8) is known color: Orchid. HEX triplet: D0, 5E and D8. RGB value is (208,94,216). Sum of RGB (Red+Green+Blue) = 208+94+216=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #D05ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05ED8 is #2FA127. Grayscale: #8D8D8D. Windows color (decimal): -3121448 or 14180048. OLE color: 14180048.
HSL color Cylindrical-coordinate representation of color #D05ED8: hue angle of 296.07º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D05ED8 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 94 | 216 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.15 |
| HSL | 296.07º | 0.61% | 0.61% | - |
| HSV(B) | 296.07º | 0.56% | 0.85% | - |
| XYZ | 42.41 | 26.37 | 67.82 | - |
| YUV | 141.99 | 169.77 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 216 | 0.04 | 0.56 | 0 | 0.15 | 296.07 | 0.61 | 0.61 |
| Hex | D0 | 5E | D8 | 4 | 38 | 0 | F | 128 | 3D | 3D |
| Octal | 320 | 136 | 330 | 4 | 70 | 0 | 17 | 450 | 75 | 75 |
| Binary | 11010000 | 1011110 | 11011000 | 100 | 111000 | 0 | 1111 | 100101000 | 111101 | 111101 |
Color Harmonies of #D05ED8
Complementary color
Monochromatic Colors of #D05ED8
Black with #D05ED8
Text Example
Text Example
White with #D05ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05ED8; }
p { color: rgb(208,94,216); }
H1.HeaderClassName
{
color: #D05ED8;
}
.AnyTagClassName
{
color: #D05ED8;
}
</style>
background-color css
<style>
a { background-color: #D05ED8; }
a { background-color: rgb(208,94,216); }
div.DivClassName
{
background-color: #D05ED8;
}
.BgClassName
{
background-color: #D05ED8;
}
</style>
border-color css
<style>
span { border-color: #D05ED8; }
span { border-color: rgb(208,94,216); }
td.TdClassName
{
border-color: #D05ED8;
}
.TagClassName
{
border-color: #D05ED8;
}
</style>