Shades of Orchid #D36DE0
Tints of Orchid #D36DE0
RGB
CMYK
RGB Variations
Color information
#D36DE0 (or 0xD36DE0) is known color: Orchid. HEX triplet: D3, 6D and E0. RGB value is (211,109,224). Sum of RGB (Red+Green+Blue) = 211+109+224=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #D36DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DE0 is #2C921F. Grayscale: #989898. Windows color (decimal): -2920992 or 14708179. OLE color: 14708179.
HSL color Cylindrical-coordinate representation of color #D36DE0: hue angle of 293.22º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D36DE0 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 109 | 224 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.12 |
| HSL | 293.22º | 0.65% | 0.65% | - |
| HSV(B) | 293.22º | 0.51% | 0.88% | - |
| XYZ | 45.79 | 30.17 | 73.93 | - |
| YUV | 152.61 | 168.29 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 109 | 224 | 0.06 | 0.51 | 0 | 0.12 | 293.22 | 0.65 | 0.65 |
| Hex | D3 | 6D | E0 | 6 | 33 | 0 | C | 125 | 41 | 41 |
| Octal | 323 | 155 | 340 | 6 | 63 | 0 | 14 | 445 | 101 | 101 |
| Binary | 11010011 | 1101101 | 11100000 | 110 | 110011 | 0 | 1100 | 100100101 | 1000001 | 1000001 |
Color Harmonies of #D36DE0
Complementary color
Monochromatic Colors of #D36DE0
Black with #D36DE0
Text Example
Text Example
White with #D36DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36DE0; }
p { color: rgb(211,109,224); }
H1.HeaderClassName
{
color: #D36DE0;
}
.AnyTagClassName
{
color: #D36DE0;
}
</style>
background-color css
<style>
a { background-color: #D36DE0; }
a { background-color: rgb(211,109,224); }
div.DivClassName
{
background-color: #D36DE0;
}
.BgClassName
{
background-color: #D36DE0;
}
</style>
border-color css
<style>
span { border-color: #D36DE0; }
span { border-color: rgb(211,109,224); }
td.TdClassName
{
border-color: #D36DE0;
}
.TagClassName
{
border-color: #D36DE0;
}
</style>