Shades of Orchid #D36DE6
Tints of Orchid #D36DE6
RGB
CMYK
RGB Variations
Color information
#D36DE6 (or 0xD36DE6) is known color: Orchid. HEX triplet: D3, 6D and E6. RGB value is (211,109,230). Sum of RGB (Red+Green+Blue) = 211+109+230=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 109 (42.97% from 255 or 19.82% from 550); Blue value is 230 (90.23% from 255 or 41.82% from 550); Max value from RGB is 230 - color contains mainly: blue. Hex color #D36DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36DE6 is #2C9219. Grayscale: #989898. Windows color (decimal): -2920986 or 15101395. OLE color: 15101395.
HSL color Cylindrical-coordinate representation of color #D36DE6: hue angle of 290.58º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D36DE6 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 109 | 230 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.10 |
| HSL | 290.58º | 0.71% | 0.66% | - |
| HSV(B) | 290.58º | 0.53% | 0.9% | - |
| XYZ | 46.62 | 30.5 | 78.29 | - |
| YUV | 153.29 | 171.29 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 109 | 230 | 0.08 | 0.53 | 0 | 0.10 | 290.58 | 0.71 | 0.66 |
| Hex | D3 | 6D | E6 | 8 | 35 | 0 | A | 123 | 47 | 42 |
| Octal | 323 | 155 | 346 | 10 | 65 | 0 | 12 | 443 | 107 | 102 |
| Binary | 11010011 | 1101101 | 11100110 | 1000 | 110101 | 0 | 1010 | 100100011 | 1000111 | 1000010 |
Color Harmonies of #D36DE6
Complementary color
Monochromatic Colors of #D36DE6
Black with #D36DE6
Text Example
Text Example
White with #D36DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36DE6; }
p { color: rgb(211,109,230); }
H1.HeaderClassName
{
color: #D36DE6;
}
.AnyTagClassName
{
color: #D36DE6;
}
</style>
background-color css
<style>
a { background-color: #D36DE6; }
a { background-color: rgb(211,109,230); }
div.DivClassName
{
background-color: #D36DE6;
}
.BgClassName
{
background-color: #D36DE6;
}
</style>
border-color css
<style>
span { border-color: #D36DE6; }
span { border-color: rgb(211,109,230); }
td.TdClassName
{
border-color: #D36DE6;
}
.TagClassName
{
border-color: #D36DE6;
}
</style>