Shades of Orchid #D36AC0
Tints of Orchid #D36AC0
RGB
CMYK
RGB Variations
Color information
#D36AC0 (or 0xD36AC0) is known color: Orchid. HEX triplet: D3, 6A and C0. RGB value is (211,106,192). Sum of RGB (Red+Green+Blue) = 211+106+192=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 211 - color contains mainly: red. Hex color #D36AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36AC0 is #2C953F. Grayscale: #929292. Windows color (decimal): -2921792 or 12610259. OLE color: 12610259.
HSL color Cylindrical-coordinate representation of color #D36AC0: hue angle of 310.86º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36AC0 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 106 | 192 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.17 |
| HSL | 310.86º | 0.54% | 0.62% | - |
| HSV(B) | 310.86º | 0.5% | 0.83% | - |
| XYZ | 41.53 | 27.96 | 53.08 | - |
| YUV | 147.2 | 153.29 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 106 | 192 | 0 | 0.50 | 0.09 | 0.17 | 310.86 | 0.54 | 0.62 |
| Hex | D3 | 6A | C0 | 0 | 32 | 9 | 11 | 137 | 36 | 3E |
| Octal | 323 | 152 | 300 | 0 | 62 | 11 | 21 | 467 | 66 | 76 |
| Binary | 11010011 | 1101010 | 11000000 | 0 | 110010 | 1001 | 10001 | 100110111 | 110110 | 111110 |
Color Harmonies of #D36AC0
Complementary color
Monochromatic Colors of #D36AC0
Black with #D36AC0
Text Example
Text Example
White with #D36AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36AC0; }
p { color: rgb(211,106,192); }
H1.HeaderClassName
{
color: #D36AC0;
}
.AnyTagClassName
{
color: #D36AC0;
}
</style>
background-color css
<style>
a { background-color: #D36AC0; }
a { background-color: rgb(211,106,192); }
div.DivClassName
{
background-color: #D36AC0;
}
.BgClassName
{
background-color: #D36AC0;
}
</style>
border-color css
<style>
span { border-color: #D36AC0; }
span { border-color: rgb(211,106,192); }
td.TdClassName
{
border-color: #D36AC0;
}
.TagClassName
{
border-color: #D36AC0;
}
</style>