Shades of Orchid #D36FBC
Tints of Orchid #D36FBC
RGB
CMYK
RGB Variations
Color information
#D36FBC (or 0xD36FBC) is known color: Orchid. HEX triplet: D3, 6F and BC. RGB value is (211,111,188). Sum of RGB (Red+Green+Blue) = 211+111+188=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D36FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36FBC is #2C9043. Grayscale: #959595. Windows color (decimal): -2920516 or 12349395. OLE color: 12349395.
HSL color Cylindrical-coordinate representation of color #D36FBC: hue angle of 313.8º 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 #D36FBC is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 111 | 188 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.17 |
| HSL | 313.8º | 0.53% | 0.63% | - |
| HSV(B) | 313.8º | 0.47% | 0.83% | - |
| XYZ | 41.63 | 28.85 | 50.95 | - |
| YUV | 149.68 | 149.63 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 111 | 188 | 0 | 0.47 | 0.11 | 0.17 | 313.8 | 0.53 | 0.63 |
| Hex | D3 | 6F | BC | 0 | 2F | B | 11 | 13A | 35 | 3F |
| Octal | 323 | 157 | 274 | 0 | 57 | 13 | 21 | 472 | 65 | 77 |
| Binary | 11010011 | 1101111 | 10111100 | 0 | 101111 | 1011 | 10001 | 100111010 | 110101 | 111111 |
Color Harmonies of #D36FBC
Complementary color
Monochromatic Colors of #D36FBC
Black with #D36FBC
Text Example
Text Example
White with #D36FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36FBC; }
p { color: rgb(211,111,188); }
H1.HeaderClassName
{
color: #D36FBC;
}
.AnyTagClassName
{
color: #D36FBC;
}
</style>
background-color css
<style>
a { background-color: #D36FBC; }
a { background-color: rgb(211,111,188); }
div.DivClassName
{
background-color: #D36FBC;
}
.BgClassName
{
background-color: #D36FBC;
}
</style>
border-color css
<style>
span { border-color: #D36FBC; }
span { border-color: rgb(211,111,188); }
td.TdClassName
{
border-color: #D36FBC;
}
.TagClassName
{
border-color: #D36FBC;
}
</style>