Shades of Orchid #D36FBE
Tints of Orchid #D36FBE
RGB
CMYK
RGB Variations
Color information
#D36FBE (or 0xD36FBE) is known color: Orchid. HEX triplet: D3, 6F and BE. RGB value is (211,111,190). Sum of RGB (Red+Green+Blue) = 211+111+190=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D36FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36FBE is #2C9041. Grayscale: #959595. Windows color (decimal): -2920514 or 12480467. OLE color: 12480467.
HSL color Cylindrical-coordinate representation of color #D36FBE: hue angle of 312.6º 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 #D36FBE is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
RGB | 211 | 111 | 190 | - |
CMYK | 0 | 0.47 | 0.10 | 0.17 |
HSL | 312.6º | 0.53% | 0.63% | - |
HSV(B) | 312.6º | 0.47% | 0.83% | - |
XYZ | 41.84 | 28.94 | 52.09 | - |
YUV | 149.91 | 150.63 | 171.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 111 | 190 | 0 | 0.47 | 0.10 | 0.17 | 312.6 | 0.53 | 0.63 |
Hex | D3 | 6F | BE | 0 | 2F | A | 11 | 139 | 35 | 3F |
Octal | 323 | 157 | 276 | 0 | 57 | 12 | 21 | 471 | 65 | 77 |
Binary | 11010011 | 1101111 | 10111110 | 0 | 101111 | 1010 | 10001 | 100111001 | 110101 | 111111 |
Color Harmonies of #D36FBE
Complementary color
Monochromatic Colors of #D36FBE
Black with #D36FBE
Text Example
Text Example
White with #D36FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36FBE; }
p { color: rgb(211,111,190); }
H1.HeaderClassName
{
color: #D36FBE;
}
.AnyTagClassName
{
color: #D36FBE;
}
</style>
background-color css
<style>
a { background-color: #D36FBE; }
a { background-color: rgb(211,111,190); }
div.DivClassName
{
background-color: #D36FBE;
}
.BgClassName
{
background-color: #D36FBE;
}
</style>
border-color css
<style>
span { border-color: #D36FBE; }
span { border-color: rgb(211,111,190); }
td.TdClassName
{
border-color: #D36FBE;
}
.TagClassName
{
border-color: #D36FBE;
}
</style>