Shades of Orchid #D56BBC
Tints of Orchid #D56BBC
RGB
CMYK
RGB Variations
Color information
#D56BBC (or 0xD56BBC) is known color: Orchid. HEX triplet: D5, 6B and BC. RGB value is (213,107,188). Sum of RGB (Red+Green+Blue) = 213+107+188=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D56BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56BBC is #2A9443. Grayscale: #939393. Windows color (decimal): -2790468 or 12348373. OLE color: 12348373.
HSL color Cylindrical-coordinate representation of color #D56BBC: hue angle of 314.15º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56BBC is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 107 | 188 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.16 |
| HSL | 314.15º | 0.56% | 0.63% | - |
| HSV(B) | 314.15º | 0.5% | 0.84% | - |
| XYZ | 41.78 | 28.29 | 50.84 | - |
| YUV | 147.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 188 | 0 | 0.50 | 0.12 | 0.16 | 314.15 | 0.56 | 0.63 |
| Hex | D5 | 6B | BC | 0 | 32 | C | 10 | 13A | 38 | 3F |
| Octal | 325 | 153 | 274 | 0 | 62 | 14 | 20 | 472 | 70 | 77 |
| Binary | 11010101 | 1101011 | 10111100 | 0 | 110010 | 1100 | 10000 | 100111010 | 111000 | 111111 |
Color Harmonies of #D56BBC
Complementary color
Monochromatic Colors of #D56BBC
Black with #D56BBC
Text Example
Text Example
White with #D56BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56BBC; }
p { color: rgb(213,107,188); }
H1.HeaderClassName
{
color: #D56BBC;
}
.AnyTagClassName
{
color: #D56BBC;
}
</style>
background-color css
<style>
a { background-color: #D56BBC; }
a { background-color: rgb(213,107,188); }
div.DivClassName
{
background-color: #D56BBC;
}
.BgClassName
{
background-color: #D56BBC;
}
</style>
border-color css
<style>
span { border-color: #D56BBC; }
span { border-color: rgb(213,107,188); }
td.TdClassName
{
border-color: #D56BBC;
}
.TagClassName
{
border-color: #D56BBC;
}
</style>