Shades of Orchid #D36FC0
Tints of Orchid #D36FC0
RGB
CMYK
RGB Variations
Color information
#D36FC0 (or 0xD36FC0) is known color: Orchid. HEX triplet: D3, 6F and C0. RGB value is (211,111,192). Sum of RGB (Red+Green+Blue) = 211+111+192=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D36FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36FC0 is #2C903F. Grayscale: #959595. Windows color (decimal): -2920512 or 12611539. OLE color: 12611539.
HSL color Cylindrical-coordinate representation of color #D36FC0: hue angle of 311.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D36FC0 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 111 | 192 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.17 |
| HSL | 311.4º | 0.53% | 0.63% | - |
| HSV(B) | 311.4º | 0.47% | 0.83% | - |
| XYZ | 42.06 | 29.02 | 53.25 | - |
| YUV | 150.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 111 | 192 | 0 | 0.47 | 0.09 | 0.17 | 311.4 | 0.53 | 0.63 |
| Hex | D3 | 6F | C0 | 0 | 2F | 9 | 11 | 137 | 35 | 3F |
| Octal | 323 | 157 | 300 | 0 | 57 | 11 | 21 | 467 | 65 | 77 |
| Binary | 11010011 | 1101111 | 11000000 | 0 | 101111 | 1001 | 10001 | 100110111 | 110101 | 111111 |
Color Harmonies of #D36FC0
Complementary color
Monochromatic Colors of #D36FC0
Black with #D36FC0
Text Example
Text Example
White with #D36FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36FC0; }
p { color: rgb(211,111,192); }
H1.HeaderClassName
{
color: #D36FC0;
}
.AnyTagClassName
{
color: #D36FC0;
}
</style>
background-color css
<style>
a { background-color: #D36FC0; }
a { background-color: rgb(211,111,192); }
div.DivClassName
{
background-color: #D36FC0;
}
.BgClassName
{
background-color: #D36FC0;
}
</style>
border-color css
<style>
span { border-color: #D36FC0; }
span { border-color: rgb(211,111,192); }
td.TdClassName
{
border-color: #D36FC0;
}
.TagClassName
{
border-color: #D36FC0;
}
</style>