Shades of Orchid #D36CBF
Tints of Orchid #D36CBF
RGB
CMYK
RGB Variations
Color information
#D36CBF (or 0xD36CBF) is known color: Orchid. HEX triplet: D3, 6C and BF. RGB value is (211,108,191). Sum of RGB (Red+Green+Blue) = 211+108+191=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D36CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36CBF is #2C9340. Grayscale: #949494. Windows color (decimal): -2921281 or 12545235. OLE color: 12545235.
HSL color Cylindrical-coordinate representation of color #D36CBF: hue angle of 311.65º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D36CBF is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 108 | 191 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.17 |
| HSL | 311.65º | 0.54% | 0.63% | - |
| HSV(B) | 311.65º | 0.49% | 0.83% | - |
| XYZ | 41.63 | 28.34 | 52.57 | - |
| YUV | 148.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 191 | 0 | 0.49 | 0.09 | 0.17 | 311.65 | 0.54 | 0.63 |
| Hex | D3 | 6C | BF | 0 | 31 | 9 | 11 | 138 | 36 | 3F |
| Octal | 323 | 154 | 277 | 0 | 61 | 11 | 21 | 470 | 66 | 77 |
| Binary | 11010011 | 1101100 | 10111111 | 0 | 110001 | 1001 | 10001 | 100111000 | 110110 | 111111 |
Color Harmonies of #D36CBF
Complementary color
Monochromatic Colors of #D36CBF
Black with #D36CBF
Text Example
Text Example
White with #D36CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36CBF; }
p { color: rgb(211,108,191); }
H1.HeaderClassName
{
color: #D36CBF;
}
.AnyTagClassName
{
color: #D36CBF;
}
</style>
background-color css
<style>
a { background-color: #D36CBF; }
a { background-color: rgb(211,108,191); }
div.DivClassName
{
background-color: #D36CBF;
}
.BgClassName
{
background-color: #D36CBF;
}
</style>
border-color css
<style>
span { border-color: #D36CBF; }
span { border-color: rgb(211,108,191); }
td.TdClassName
{
border-color: #D36CBF;
}
.TagClassName
{
border-color: #D36CBF;
}
</style>