Shades of Orchid #D36EE1
Tints of Orchid #D36EE1
RGB
CMYK
RGB Variations
Color information
#D36EE1 (or 0xD36EE1) is known color: Orchid. HEX triplet: D3, 6E and E1. RGB value is (211,110,225). Sum of RGB (Red+Green+Blue) = 211+110+225=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #D36EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36EE1 is #2C911E. Grayscale: #989898. Windows color (decimal): -2920735 or 14773971. OLE color: 14773971.
HSL color Cylindrical-coordinate representation of color #D36EE1: hue angle of 292.7º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D36EE1 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 110 | 225 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.12 |
| HSL | 292.7º | 0.66% | 0.66% | - |
| HSV(B) | 292.7º | 0.51% | 0.88% | - |
| XYZ | 46.03 | 30.44 | 74.68 | - |
| YUV | 153.31 | 168.46 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 110 | 225 | 0.06 | 0.51 | 0 | 0.12 | 292.7 | 0.66 | 0.66 |
| Hex | D3 | 6E | E1 | 6 | 33 | 0 | C | 125 | 42 | 42 |
| Octal | 323 | 156 | 341 | 6 | 63 | 0 | 14 | 445 | 102 | 102 |
| Binary | 11010011 | 1101110 | 11100001 | 110 | 110011 | 0 | 1100 | 100100101 | 1000010 | 1000010 |
Color Harmonies of #D36EE1
Complementary color
Monochromatic Colors of #D36EE1
Black with #D36EE1
Text Example
Text Example
White with #D36EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36EE1; }
p { color: rgb(211,110,225); }
H1.HeaderClassName
{
color: #D36EE1;
}
.AnyTagClassName
{
color: #D36EE1;
}
</style>
background-color css
<style>
a { background-color: #D36EE1; }
a { background-color: rgb(211,110,225); }
div.DivClassName
{
background-color: #D36EE1;
}
.BgClassName
{
background-color: #D36EE1;
}
</style>
border-color css
<style>
span { border-color: #D36EE1; }
span { border-color: rgb(211,110,225); }
td.TdClassName
{
border-color: #D36EE1;
}
.TagClassName
{
border-color: #D36EE1;
}
</style>