Shades of Orchid #D37AC0
Tints of Orchid #D37AC0
RGB
CMYK
RGB Variations
Color information
#D37AC0 (or 0xD37AC0) is known color: Orchid. HEX triplet: D3, 7A and C0. RGB value is (211,122,192). Sum of RGB (Red+Green+Blue) = 211+122+192=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D37AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37AC0 is #2C853F. Grayscale: #9C9C9C. Windows color (decimal): -2917696 or 12614355. OLE color: 12614355.
HSL color Cylindrical-coordinate representation of color #D37AC0: hue angle of 312.81º 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 #D37AC0 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 122 | 192 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.17 |
| HSL | 312.81º | 0.5% | 0.65% | - |
| HSV(B) | 312.81º | 0.42% | 0.83% | - |
| XYZ | 43.34 | 31.57 | 53.68 | - |
| YUV | 156.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 192 | 0 | 0.42 | 0.09 | 0.17 | 312.81 | 0.5 | 0.65 |
| Hex | D3 | 7A | C0 | 0 | 2A | 9 | 11 | 139 | 32 | 41 |
| Octal | 323 | 172 | 300 | 0 | 52 | 11 | 21 | 471 | 62 | 101 |
| Binary | 11010011 | 1111010 | 11000000 | 0 | 101010 | 1001 | 10001 | 100111001 | 110010 | 1000001 |
Color Harmonies of #D37AC0
Complementary color
Monochromatic Colors of #D37AC0
Black with #D37AC0
Text Example
Text Example
White with #D37AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37AC0; }
p { color: rgb(211,122,192); }
H1.HeaderClassName
{
color: #D37AC0;
}
.AnyTagClassName
{
color: #D37AC0;
}
</style>
background-color css
<style>
a { background-color: #D37AC0; }
a { background-color: rgb(211,122,192); }
div.DivClassName
{
background-color: #D37AC0;
}
.BgClassName
{
background-color: #D37AC0;
}
</style>
border-color css
<style>
span { border-color: #D37AC0; }
span { border-color: rgb(211,122,192); }
td.TdClassName
{
border-color: #D37AC0;
}
.TagClassName
{
border-color: #D37AC0;
}
</style>