Shades of Orchid #D37BBE
Tints of Orchid #D37BBE
RGB
CMYK
RGB Variations
Color information
#D37BBE (or 0xD37BBE) is known color: Orchid. HEX triplet: D3, 7B and BE. RGB value is (211,123,190). Sum of RGB (Red+Green+Blue) = 211+123+190=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D37BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37BBE is #2C8441. Grayscale: #9C9C9C. Windows color (decimal): -2917442 or 12483539. OLE color: 12483539.
HSL color Cylindrical-coordinate representation of color #D37BBE: hue angle of 314.32º 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 #D37BBE is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 123 | 190 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.17 |
| HSL | 314.32º | 0.5% | 0.65% | - |
| HSV(B) | 314.32º | 0.42% | 0.83% | - |
| XYZ | 43.24 | 31.73 | 52.56 | - |
| YUV | 156.95 | 146.65 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 190 | 0 | 0.42 | 0.10 | 0.17 | 314.32 | 0.5 | 0.65 |
| Hex | D3 | 7B | BE | 0 | 2A | A | 11 | 13A | 32 | 41 |
| Octal | 323 | 173 | 276 | 0 | 52 | 12 | 21 | 472 | 62 | 101 |
| Binary | 11010011 | 1111011 | 10111110 | 0 | 101010 | 1010 | 10001 | 100111010 | 110010 | 1000001 |
Color Harmonies of #D37BBE
Complementary color
Monochromatic Colors of #D37BBE
Black with #D37BBE
Text Example
Text Example
White with #D37BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37BBE; }
p { color: rgb(211,123,190); }
H1.HeaderClassName
{
color: #D37BBE;
}
.AnyTagClassName
{
color: #D37BBE;
}
</style>
background-color css
<style>
a { background-color: #D37BBE; }
a { background-color: rgb(211,123,190); }
div.DivClassName
{
background-color: #D37BBE;
}
.BgClassName
{
background-color: #D37BBE;
}
</style>
border-color css
<style>
span { border-color: #D37BBE; }
span { border-color: rgb(211,123,190); }
td.TdClassName
{
border-color: #D37BBE;
}
.TagClassName
{
border-color: #D37BBE;
}
</style>