Shades of Orchid #D37DCC
Tints of Orchid #D37DCC
RGB
CMYK
RGB Variations
Color information
#D37DCC (or 0xD37DCC) is known color: Orchid. HEX triplet: D3, 7D and CC. RGB value is (211,125,204). Sum of RGB (Red+Green+Blue) = 211+125+204=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 211 - color contains mainly: red. Hex color #D37DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37DCC is #2C8233. Grayscale: #9F9F9F. Windows color (decimal): -2916916 or 13401555. OLE color: 13401555.
HSL color Cylindrical-coordinate representation of color #D37DCC: hue angle of 304.88º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37DCC is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 125 | 204 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.17 |
| HSL | 304.88º | 0.49% | 0.66% | - |
| HSV(B) | 304.88º | 0.41% | 0.83% | - |
| XYZ | 45.1 | 32.88 | 61.1 | - |
| YUV | 159.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 204 | 0 | 0.41 | 0.03 | 0.17 | 304.88 | 0.49 | 0.66 |
| Hex | D3 | 7D | CC | 0 | 29 | 3 | 11 | 131 | 31 | 42 |
| Octal | 323 | 175 | 314 | 0 | 51 | 3 | 21 | 461 | 61 | 102 |
| Binary | 11010011 | 1111101 | 11001100 | 0 | 101001 | 11 | 10001 | 100110001 | 110001 | 1000010 |
Color Harmonies of #D37DCC
Complementary color
Monochromatic Colors of #D37DCC
Black with #D37DCC
Text Example
Text Example
White with #D37DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37DCC; }
p { color: rgb(211,125,204); }
H1.HeaderClassName
{
color: #D37DCC;
}
.AnyTagClassName
{
color: #D37DCC;
}
</style>
background-color css
<style>
a { background-color: #D37DCC; }
a { background-color: rgb(211,125,204); }
div.DivClassName
{
background-color: #D37DCC;
}
.BgClassName
{
background-color: #D37DCC;
}
</style>
border-color css
<style>
span { border-color: #D37DCC; }
span { border-color: rgb(211,125,204); }
td.TdClassName
{
border-color: #D37DCC;
}
.TagClassName
{
border-color: #D37DCC;
}
</style>