Shades of Orchid #D37ED3
Tints of Orchid #D37ED3
RGB
CMYK
RGB Variations
Color information
#D37ED3 (or 0xD37ED3) is known color: Orchid. HEX triplet: D3, 7E and D3. RGB value is (211,126,211). Sum of RGB (Red+Green+Blue) = 211+126+211=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 211 - color contains mainly: red, blue. Hex color #D37ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37ED3 is #2C812C. Grayscale: #A0A0A0. Windows color (decimal): -2916653 or 13860563. OLE color: 13860563.
HSL color Cylindrical-coordinate representation of color #D37ED3: hue angle of 300º 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 #D37ED3 is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 126 | 211 | - |
| CMYK | 0 | 0.40 | 0 | 0.17 |
| HSL | 300º | 0.49% | 0.66% | - |
| HSV(B) | 300º | 0.4% | 0.83% | - |
| XYZ | 46.08 | 33.47 | 65.66 | - |
| YUV | 161.11 | 156.16 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 211 | 0 | 0.40 | 0 | 0.17 | 300 | 0.49 | 0.66 |
| Hex | D3 | 7E | D3 | 0 | 28 | 0 | 11 | 12C | 31 | 42 |
| Octal | 323 | 176 | 323 | 0 | 50 | 0 | 21 | 454 | 61 | 102 |
| Binary | 11010011 | 1111110 | 11010011 | 0 | 101000 | 0 | 10001 | 100101100 | 110001 | 1000010 |
Color Harmonies of #D37ED3
Complementary color
Monochromatic Colors of #D37ED3
Black with #D37ED3
Text Example
Text Example
White with #D37ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37ED3; }
p { color: rgb(211,126,211); }
H1.HeaderClassName
{
color: #D37ED3;
}
.AnyTagClassName
{
color: #D37ED3;
}
</style>
background-color css
<style>
a { background-color: #D37ED3; }
a { background-color: rgb(211,126,211); }
div.DivClassName
{
background-color: #D37ED3;
}
.BgClassName
{
background-color: #D37ED3;
}
</style>
border-color css
<style>
span { border-color: #D37ED3; }
span { border-color: rgb(211,126,211); }
td.TdClassName
{
border-color: #D37ED3;
}
.TagClassName
{
border-color: #D37ED3;
}
</style>