Shades of Orchid #D37ABB
Tints of Orchid #D37ABB
RGB
CMYK
RGB Variations
Color information
#D37ABB (or 0xD37ABB) is known color: Orchid. HEX triplet: D3, 7A and BB. RGB value is (211,122,187). Sum of RGB (Red+Green+Blue) = 211+122+187=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D37ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37ABB is #2C8544. Grayscale: #9B9B9B. Windows color (decimal): -2917701 or 12286675. OLE color: 12286675.
HSL color Cylindrical-coordinate representation of color #D37ABB: hue angle of 316.18º 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 #D37ABB is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 122 | 187 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.17 |
| HSL | 316.18º | 0.5% | 0.65% | - |
| HSV(B) | 316.18º | 0.42% | 0.83% | - |
| XYZ | 42.79 | 31.36 | 50.81 | - |
| YUV | 156.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 187 | 0 | 0.42 | 0.11 | 0.17 | 316.18 | 0.5 | 0.65 |
| Hex | D3 | 7A | BB | 0 | 2A | B | 11 | 13C | 32 | 41 |
| Octal | 323 | 172 | 273 | 0 | 52 | 13 | 21 | 474 | 62 | 101 |
| Binary | 11010011 | 1111010 | 10111011 | 0 | 101010 | 1011 | 10001 | 100111100 | 110010 | 1000001 |
Color Harmonies of #D37ABB
Complementary color
Monochromatic Colors of #D37ABB
Black with #D37ABB
Text Example
Text Example
White with #D37ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37ABB; }
p { color: rgb(211,122,187); }
H1.HeaderClassName
{
color: #D37ABB;
}
.AnyTagClassName
{
color: #D37ABB;
}
</style>
background-color css
<style>
a { background-color: #D37ABB; }
a { background-color: rgb(211,122,187); }
div.DivClassName
{
background-color: #D37ABB;
}
.BgClassName
{
background-color: #D37ABB;
}
</style>
border-color css
<style>
span { border-color: #D37ABB; }
span { border-color: rgb(211,122,187); }
td.TdClassName
{
border-color: #D37ABB;
}
.TagClassName
{
border-color: #D37ABB;
}
</style>