Shades of Orchid #D56FBE
Tints of Orchid #D56FBE
RGB
CMYK
RGB Variations
Color information
#D56FBE (or 0xD56FBE) is known color: Orchid. HEX triplet: D5, 6F and BE. RGB value is (213,111,190). Sum of RGB (Red+Green+Blue) = 213+111+190=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D56FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FBE is #2A9041. Grayscale: #969696. Windows color (decimal): -2789442 or 12480469. OLE color: 12480469.
HSL color Cylindrical-coordinate representation of color #D56FBE: hue angle of 313.53º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56FBE is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 190 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.16 |
| HSL | 313.53º | 0.55% | 0.64% | - |
| HSV(B) | 313.53º | 0.48% | 0.84% | - |
| XYZ | 42.42 | 29.23 | 52.12 | - |
| YUV | 150.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 190 | 0 | 0.48 | 0.11 | 0.16 | 313.53 | 0.55 | 0.64 |
| Hex | D5 | 6F | BE | 0 | 30 | B | 10 | 13A | 37 | 40 |
| Octal | 325 | 157 | 276 | 0 | 60 | 13 | 20 | 472 | 67 | 100 |
| Binary | 11010101 | 1101111 | 10111110 | 0 | 110000 | 1011 | 10000 | 100111010 | 110111 | 1000000 |
Color Harmonies of #D56FBE
Complementary color
Monochromatic Colors of #D56FBE
Black with #D56FBE
Text Example
Text Example
White with #D56FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56FBE; }
p { color: rgb(213,111,190); }
H1.HeaderClassName
{
color: #D56FBE;
}
.AnyTagClassName
{
color: #D56FBE;
}
</style>
background-color css
<style>
a { background-color: #D56FBE; }
a { background-color: rgb(213,111,190); }
div.DivClassName
{
background-color: #D56FBE;
}
.BgClassName
{
background-color: #D56FBE;
}
</style>
border-color css
<style>
span { border-color: #D56FBE; }
span { border-color: rgb(213,111,190); }
td.TdClassName
{
border-color: #D56FBE;
}
.TagClassName
{
border-color: #D56FBE;
}
</style>