Shades of Orchid #D37ECF
Tints of Orchid #D37ECF
RGB
CMYK
RGB Variations
Color information
#D37ECF (or 0xD37ECF) is known color: Orchid. HEX triplet: D3, 7E and CF. RGB value is (211,126,207). Sum of RGB (Red+Green+Blue) = 211+126+207=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 211 - color contains mainly: red. Hex color #D37ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37ECF is #2C8130. Grayscale: #A0A0A0. Windows color (decimal): -2916657 or 13598419. OLE color: 13598419.
HSL color Cylindrical-coordinate representation of color #D37ECF: hue angle of 302.82º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D37ECF is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 126 | 207 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.17 |
| HSL | 302.82º | 0.49% | 0.66% | - |
| HSV(B) | 302.82º | 0.4% | 0.83% | - |
| XYZ | 45.59 | 33.28 | 63.05 | - |
| YUV | 160.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 207 | 0 | 0.40 | 0.02 | 0.17 | 302.82 | 0.49 | 0.66 |
| Hex | D3 | 7E | CF | 0 | 28 | 2 | 11 | 12F | 31 | 42 |
| Octal | 323 | 176 | 317 | 0 | 50 | 2 | 21 | 457 | 61 | 102 |
| Binary | 11010011 | 1111110 | 11001111 | 0 | 101000 | 10 | 10001 | 100101111 | 110001 | 1000010 |
Color Harmonies of #D37ECF
Complementary color
Monochromatic Colors of #D37ECF
Black with #D37ECF
Text Example
Text Example
White with #D37ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37ECF; }
p { color: rgb(211,126,207); }
H1.HeaderClassName
{
color: #D37ECF;
}
.AnyTagClassName
{
color: #D37ECF;
}
</style>
background-color css
<style>
a { background-color: #D37ECF; }
a { background-color: rgb(211,126,207); }
div.DivClassName
{
background-color: #D37ECF;
}
.BgClassName
{
background-color: #D37ECF;
}
</style>
border-color css
<style>
span { border-color: #D37ECF; }
span { border-color: rgb(211,126,207); }
td.TdClassName
{
border-color: #D37ECF;
}
.TagClassName
{
border-color: #D37ECF;
}
</style>