Shades of Orchid #D56BB5
Tints of Orchid #D56BB5
RGB
CMYK
RGB Variations
Color information
#D56BB5 (or 0xD56BB5) is known color: Orchid. HEX triplet: D5, 6B and B5. RGB value is (213,107,181). Sum of RGB (Red+Green+Blue) = 213+107+181=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D56BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56BB5 is #2A944A. Grayscale: #929292. Windows color (decimal): -2790475 or 11889621. OLE color: 11889621.
HSL color Cylindrical-coordinate representation of color #D56BB5: hue angle of 318.11º 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 #D56BB5 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 107 | 181 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.16 |
| HSL | 318.11º | 0.56% | 0.63% | - |
| HSV(B) | 318.11º | 0.5% | 0.84% | - |
| XYZ | 41.04 | 28 | 46.96 | - |
| YUV | 147.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 181 | 0 | 0.50 | 0.15 | 0.16 | 318.11 | 0.56 | 0.63 |
| Hex | D5 | 6B | B5 | 0 | 32 | F | 10 | 13E | 38 | 3F |
| Octal | 325 | 153 | 265 | 0 | 62 | 17 | 20 | 476 | 70 | 77 |
| Binary | 11010101 | 1101011 | 10110101 | 0 | 110010 | 1111 | 10000 | 100111110 | 111000 | 111111 |
Color Harmonies of #D56BB5
Complementary color
Monochromatic Colors of #D56BB5
Black with #D56BB5
Text Example
Text Example
White with #D56BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56BB5; }
p { color: rgb(213,107,181); }
H1.HeaderClassName
{
color: #D56BB5;
}
.AnyTagClassName
{
color: #D56BB5;
}
</style>
background-color css
<style>
a { background-color: #D56BB5; }
a { background-color: rgb(213,107,181); }
div.DivClassName
{
background-color: #D56BB5;
}
.BgClassName
{
background-color: #D56BB5;
}
</style>
border-color css
<style>
span { border-color: #D56BB5; }
span { border-color: rgb(213,107,181); }
td.TdClassName
{
border-color: #D56BB5;
}
.TagClassName
{
border-color: #D56BB5;
}
</style>