Shades of Orchid #D37BC8
Tints of Orchid #D37BC8
RGB
CMYK
RGB Variations
Color information
#D37BC8 (or 0xD37BC8) is known color: Orchid. HEX triplet: D3, 7B and C8. RGB value is (211,123,200). Sum of RGB (Red+Green+Blue) = 211+123+200=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D37BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37BC8 is #2C8437. Grayscale: #9D9D9D. Windows color (decimal): -2917432 or 13138899. OLE color: 13138899.
HSL color Cylindrical-coordinate representation of color #D37BC8: hue angle of 307.5º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37BC8 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 123 | 200 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.17 |
| HSL | 307.5º | 0.5% | 0.65% | - |
| HSV(B) | 307.5º | 0.42% | 0.83% | - |
| XYZ | 44.37 | 32.18 | 58.52 | - |
| YUV | 158.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 200 | 0 | 0.42 | 0.05 | 0.17 | 307.5 | 0.5 | 0.65 |
| Hex | D3 | 7B | C8 | 0 | 2A | 5 | 11 | 134 | 32 | 41 |
| Octal | 323 | 173 | 310 | 0 | 52 | 5 | 21 | 464 | 62 | 101 |
| Binary | 11010011 | 1111011 | 11001000 | 0 | 101010 | 101 | 10001 | 100110100 | 110010 | 1000001 |
Color Harmonies of #D37BC8
Complementary color
Monochromatic Colors of #D37BC8
Black with #D37BC8
Text Example
Text Example
White with #D37BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37BC8; }
p { color: rgb(211,123,200); }
H1.HeaderClassName
{
color: #D37BC8;
}
.AnyTagClassName
{
color: #D37BC8;
}
</style>
background-color css
<style>
a { background-color: #D37BC8; }
a { background-color: rgb(211,123,200); }
div.DivClassName
{
background-color: #D37BC8;
}
.BgClassName
{
background-color: #D37BC8;
}
</style>
border-color css
<style>
span { border-color: #D37BC8; }
span { border-color: rgb(211,123,200); }
td.TdClassName
{
border-color: #D37BC8;
}
.TagClassName
{
border-color: #D37BC8;
}
</style>