Shades of Orchid #D37CD3
Tints of Orchid #D37CD3
RGB
CMYK
RGB Variations
Color information
#D37CD3 (or 0xD37CD3) is known color: Orchid. HEX triplet: D3, 7C and D3. RGB value is (211,124,211). Sum of RGB (Red+Green+Blue) = 211+124+211=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 211 - color contains mainly: red, blue. Hex color #D37CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37CD3 is #2C832C. Grayscale: #9F9F9F. Windows color (decimal): -2917165 or 13860051. OLE color: 13860051.
HSL color Cylindrical-coordinate representation of color #D37CD3: hue angle of 300º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37CD3 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 124 | 211 | - |
| CMYK | 0 | 0.41 | 0 | 0.17 |
| HSL | 300º | 0.5% | 0.66% | - |
| HSV(B) | 300º | 0.41% | 0.83% | - |
| XYZ | 45.83 | 32.97 | 65.58 | - |
| YUV | 159.93 | 156.82 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 211 | 0 | 0.41 | 0 | 0.17 | 300 | 0.5 | 0.66 |
| Hex | D3 | 7C | D3 | 0 | 29 | 0 | 11 | 12C | 32 | 42 |
| Octal | 323 | 174 | 323 | 0 | 51 | 0 | 21 | 454 | 62 | 102 |
| Binary | 11010011 | 1111100 | 11010011 | 0 | 101001 | 0 | 10001 | 100101100 | 110010 | 1000010 |
Color Harmonies of #D37CD3
Complementary color
Monochromatic Colors of #D37CD3
Black with #D37CD3
Text Example
Text Example
White with #D37CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CD3; }
p { color: rgb(211,124,211); }
H1.HeaderClassName
{
color: #D37CD3;
}
.AnyTagClassName
{
color: #D37CD3;
}
</style>
background-color css
<style>
a { background-color: #D37CD3; }
a { background-color: rgb(211,124,211); }
div.DivClassName
{
background-color: #D37CD3;
}
.BgClassName
{
background-color: #D37CD3;
}
</style>
border-color css
<style>
span { border-color: #D37CD3; }
span { border-color: rgb(211,124,211); }
td.TdClassName
{
border-color: #D37CD3;
}
.TagClassName
{
border-color: #D37CD3;
}
</style>