Shades of Orchid #D56ABB
Tints of Orchid #D56ABB
RGB
CMYK
RGB Variations
Color information
#D56ABB (or 0xD56ABB) is known color: Orchid. HEX triplet: D5, 6A and BB. RGB value is (213,106,187). Sum of RGB (Red+Green+Blue) = 213+106+187=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D56ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56ABB is #2A9544. Grayscale: #939393. Windows color (decimal): -2790725 or 12282581. OLE color: 12282581.
HSL color Cylindrical-coordinate representation of color #D56ABB: hue angle of 314.58º 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 #D56ABB is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 106 | 187 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.16 |
| HSL | 314.58º | 0.56% | 0.63% | - |
| HSV(B) | 314.58º | 0.5% | 0.84% | - |
| XYZ | 41.56 | 28.04 | 50.24 | - |
| YUV | 147.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 187 | 0 | 0.50 | 0.12 | 0.16 | 314.58 | 0.56 | 0.63 |
| Hex | D5 | 6A | BB | 0 | 32 | C | 10 | 13B | 38 | 3F |
| Octal | 325 | 152 | 273 | 0 | 62 | 14 | 20 | 473 | 70 | 77 |
| Binary | 11010101 | 1101010 | 10111011 | 0 | 110010 | 1100 | 10000 | 100111011 | 111000 | 111111 |
Color Harmonies of #D56ABB
Complementary color
Monochromatic Colors of #D56ABB
Black with #D56ABB
Text Example
Text Example
White with #D56ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56ABB; }
p { color: rgb(213,106,187); }
H1.HeaderClassName
{
color: #D56ABB;
}
.AnyTagClassName
{
color: #D56ABB;
}
</style>
background-color css
<style>
a { background-color: #D56ABB; }
a { background-color: rgb(213,106,187); }
div.DivClassName
{
background-color: #D56ABB;
}
.BgClassName
{
background-color: #D56ABB;
}
</style>
border-color css
<style>
span { border-color: #D56ABB; }
span { border-color: rgb(213,106,187); }
td.TdClassName
{
border-color: #D56ABB;
}
.TagClassName
{
border-color: #D56ABB;
}
</style>