Shades of Orchid #D36EDF
Tints of Orchid #D36EDF
RGB
CMYK
RGB Variations
Color information
#D36EDF (or 0xD36EDF) is known color: Orchid. HEX triplet: D3, 6E and DF. RGB value is (211,110,223). Sum of RGB (Red+Green+Blue) = 211+110+223=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #D36EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36EDF is #2C9120. Grayscale: #989898. Windows color (decimal): -2920737 or 14642899. OLE color: 14642899.
HSL color Cylindrical-coordinate representation of color #D36EDF: hue angle of 293.63º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D36EDF is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 110 | 223 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.13 |
| HSL | 293.63º | 0.64% | 0.65% | - |
| HSV(B) | 293.63º | 0.51% | 0.87% | - |
| XYZ | 45.76 | 30.33 | 73.25 | - |
| YUV | 153.08 | 167.46 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 110 | 223 | 0.05 | 0.51 | 0 | 0.13 | 293.63 | 0.64 | 0.65 |
| Hex | D3 | 6E | DF | 5 | 33 | 0 | D | 126 | 40 | 41 |
| Octal | 323 | 156 | 337 | 5 | 63 | 0 | 15 | 446 | 100 | 101 |
| Binary | 11010011 | 1101110 | 11011111 | 101 | 110011 | 0 | 1101 | 100100110 | 1000000 | 1000001 |
Color Harmonies of #D36EDF
Complementary color
Monochromatic Colors of #D36EDF
Black with #D36EDF
Text Example
Text Example
White with #D36EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36EDF; }
p { color: rgb(211,110,223); }
H1.HeaderClassName
{
color: #D36EDF;
}
.AnyTagClassName
{
color: #D36EDF;
}
</style>
background-color css
<style>
a { background-color: #D36EDF; }
a { background-color: rgb(211,110,223); }
div.DivClassName
{
background-color: #D36EDF;
}
.BgClassName
{
background-color: #D36EDF;
}
</style>
border-color css
<style>
span { border-color: #D36EDF; }
span { border-color: rgb(211,110,223); }
td.TdClassName
{
border-color: #D36EDF;
}
.TagClassName
{
border-color: #D36EDF;
}
</style>