Shades of Orchid #D37FD8
Tints of Orchid #D37FD8
RGB
CMYK
RGB Variations
Color information
#D37FD8 (or 0xD37FD8) is known color: Orchid. HEX triplet: D3, 7F and D8. RGB value is (211,127,216). Sum of RGB (Red+Green+Blue) = 211+127+216=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #D37FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37FD8 is #2C8027. Grayscale: #A1A1A1. Windows color (decimal): -2916392 or 14188499. OLE color: 14188499.
HSL color Cylindrical-coordinate representation of color #D37FD8: hue angle of 296.63º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37FD8 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 127 | 216 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.15 |
| HSL | 296.63º | 0.53% | 0.67% | - |
| HSV(B) | 296.63º | 0.41% | 0.85% | - |
| XYZ | 46.85 | 33.99 | 69.06 | - |
| YUV | 162.26 | 158.33 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 216 | 0.02 | 0.41 | 0 | 0.15 | 296.63 | 0.53 | 0.67 |
| Hex | D3 | 7F | D8 | 2 | 29 | 0 | F | 129 | 35 | 43 |
| Octal | 323 | 177 | 330 | 2 | 51 | 0 | 17 | 451 | 65 | 103 |
| Binary | 11010011 | 1111111 | 11011000 | 10 | 101001 | 0 | 1111 | 100101001 | 110101 | 1000011 |
Color Harmonies of #D37FD8
Complementary color
Monochromatic Colors of #D37FD8
Black with #D37FD8
Text Example
Text Example
White with #D37FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37FD8; }
p { color: rgb(211,127,216); }
H1.HeaderClassName
{
color: #D37FD8;
}
.AnyTagClassName
{
color: #D37FD8;
}
</style>
background-color css
<style>
a { background-color: #D37FD8; }
a { background-color: rgb(211,127,216); }
div.DivClassName
{
background-color: #D37FD8;
}
.BgClassName
{
background-color: #D37FD8;
}
</style>
border-color css
<style>
span { border-color: #D37FD8; }
span { border-color: rgb(211,127,216); }
td.TdClassName
{
border-color: #D37FD8;
}
.TagClassName
{
border-color: #D37FD8;
}
</style>