Shades of Orchid #D37BCF
Tints of Orchid #D37BCF
RGB
CMYK
RGB Variations
Color information
#D37BCF (or 0xD37BCF) is known color: Orchid. HEX triplet: D3, 7B and CF. RGB value is (211,123,207). Sum of RGB (Red+Green+Blue) = 211+123+207=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D37BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37BCF is #2C8430. Grayscale: #9E9E9E. Windows color (decimal): -2917425 or 13597651. OLE color: 13597651.
HSL color Cylindrical-coordinate representation of color #D37BCF: hue angle of 302.73º 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 #D37BCF is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 123 | 207 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.17 |
| HSL | 302.73º | 0.5% | 0.65% | - |
| HSV(B) | 302.73º | 0.42% | 0.83% | - |
| XYZ | 45.21 | 32.52 | 62.93 | - |
| YUV | 158.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 207 | 0 | 0.42 | 0.02 | 0.17 | 302.73 | 0.5 | 0.65 |
| Hex | D3 | 7B | CF | 0 | 2A | 2 | 11 | 12F | 32 | 41 |
| Octal | 323 | 173 | 317 | 0 | 52 | 2 | 21 | 457 | 62 | 101 |
| Binary | 11010011 | 1111011 | 11001111 | 0 | 101010 | 10 | 10001 | 100101111 | 110010 | 1000001 |
Color Harmonies of #D37BCF
Complementary color
Monochromatic Colors of #D37BCF
Black with #D37BCF
Text Example
Text Example
White with #D37BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37BCF; }
p { color: rgb(211,123,207); }
H1.HeaderClassName
{
color: #D37BCF;
}
.AnyTagClassName
{
color: #D37BCF;
}
</style>
background-color css
<style>
a { background-color: #D37BCF; }
a { background-color: rgb(211,123,207); }
div.DivClassName
{
background-color: #D37BCF;
}
.BgClassName
{
background-color: #D37BCF;
}
</style>
border-color css
<style>
span { border-color: #D37BCF; }
span { border-color: rgb(211,123,207); }
td.TdClassName
{
border-color: #D37BCF;
}
.TagClassName
{
border-color: #D37BCF;
}
</style>