Shades of Orchid #D36ED8
Tints of Orchid #D36ED8
RGB
CMYK
RGB Variations
Color information
#D36ED8 (or 0xD36ED8) is known color: Orchid. HEX triplet: D3, 6E and D8. RGB value is (211,110,216). Sum of RGB (Red+Green+Blue) = 211+110+216=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 216 - color contains mainly: blue. Hex color #D36ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36ED8 is #2C9127. Grayscale: #979797. Windows color (decimal): -2920744 or 14184147. OLE color: 14184147.
HSL color Cylindrical-coordinate representation of color #D36ED8: hue angle of 297.17º 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 #D36ED8 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 110 | 216 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.15 |
| HSL | 297.17º | 0.58% | 0.64% | - |
| HSV(B) | 297.17º | 0.49% | 0.85% | - |
| XYZ | 44.83 | 29.96 | 68.39 | - |
| YUV | 152.28 | 163.96 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 110 | 216 | 0.02 | 0.49 | 0 | 0.15 | 297.17 | 0.58 | 0.64 |
| Hex | D3 | 6E | D8 | 2 | 31 | 0 | F | 129 | 3A | 40 |
| Octal | 323 | 156 | 330 | 2 | 61 | 0 | 17 | 451 | 72 | 100 |
| Binary | 11010011 | 1101110 | 11011000 | 10 | 110001 | 0 | 1111 | 100101001 | 111010 | 1000000 |
Color Harmonies of #D36ED8
Complementary color
Monochromatic Colors of #D36ED8
Black with #D36ED8
Text Example
Text Example
White with #D36ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36ED8; }
p { color: rgb(211,110,216); }
H1.HeaderClassName
{
color: #D36ED8;
}
.AnyTagClassName
{
color: #D36ED8;
}
</style>
background-color css
<style>
a { background-color: #D36ED8; }
a { background-color: rgb(211,110,216); }
div.DivClassName
{
background-color: #D36ED8;
}
.BgClassName
{
background-color: #D36ED8;
}
</style>
border-color css
<style>
span { border-color: #D36ED8; }
span { border-color: rgb(211,110,216); }
td.TdClassName
{
border-color: #D36ED8;
}
.TagClassName
{
border-color: #D36ED8;
}
</style>