Shades of Orchid #D36EDC
Tints of Orchid #D36EDC
RGB
CMYK
RGB Variations
Color information
#D36EDC (or 0xD36EDC) is known color: Orchid. HEX triplet: D3, 6E and DC. RGB value is (211,110,220). Sum of RGB (Red+Green+Blue) = 211+110+220=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #D36EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36EDC is #2C9123. Grayscale: #989898. Windows color (decimal): -2920740 or 14446291. OLE color: 14446291.
HSL color Cylindrical-coordinate representation of color #D36EDC: hue angle of 295.09º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36EDC is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 110 | 220 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.14 |
| HSL | 295.09º | 0.61% | 0.65% | - |
| HSV(B) | 295.09º | 0.5% | 0.86% | - |
| XYZ | 45.36 | 30.17 | 71.14 | - |
| YUV | 152.74 | 165.96 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 110 | 220 | 0.04 | 0.50 | 0 | 0.14 | 295.09 | 0.61 | 0.65 |
| Hex | D3 | 6E | DC | 4 | 32 | 0 | E | 127 | 3D | 41 |
| Octal | 323 | 156 | 334 | 4 | 62 | 0 | 16 | 447 | 75 | 101 |
| Binary | 11010011 | 1101110 | 11011100 | 100 | 110010 | 0 | 1110 | 100100111 | 111101 | 1000001 |
Color Harmonies of #D36EDC
Complementary color
Monochromatic Colors of #D36EDC
Black with #D36EDC
Text Example
Text Example
White with #D36EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36EDC; }
p { color: rgb(211,110,220); }
H1.HeaderClassName
{
color: #D36EDC;
}
.AnyTagClassName
{
color: #D36EDC;
}
</style>
background-color css
<style>
a { background-color: #D36EDC; }
a { background-color: rgb(211,110,220); }
div.DivClassName
{
background-color: #D36EDC;
}
.BgClassName
{
background-color: #D36EDC;
}
</style>
border-color css
<style>
span { border-color: #D36EDC; }
span { border-color: rgb(211,110,220); }
td.TdClassName
{
border-color: #D36EDC;
}
.TagClassName
{
border-color: #D36EDC;
}
</style>