Shades of Orchid #D56AC0
Tints of Orchid #D56AC0
RGB
CMYK
RGB Variations
Color information
#D56AC0 (or 0xD56AC0) is known color: Orchid. HEX triplet: D5, 6A and C0. RGB value is (213,106,192). Sum of RGB (Red+Green+Blue) = 213+106+192=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D56AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56AC0 is #2A953F. Grayscale: #939393. Windows color (decimal): -2790720 or 12610261. OLE color: 12610261.
HSL color Cylindrical-coordinate representation of color #D56AC0: hue angle of 311.78º 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 #D56AC0 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 106 | 192 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.16 |
| HSL | 311.78º | 0.56% | 0.63% | - |
| HSV(B) | 311.78º | 0.5% | 0.84% | - |
| XYZ | 42.11 | 28.26 | 53.1 | - |
| YUV | 147.8 | 152.95 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 192 | 0 | 0.50 | 0.10 | 0.16 | 311.78 | 0.56 | 0.63 |
| Hex | D5 | 6A | C0 | 0 | 32 | A | 10 | 138 | 38 | 3F |
| Octal | 325 | 152 | 300 | 0 | 62 | 12 | 20 | 470 | 70 | 77 |
| Binary | 11010101 | 1101010 | 11000000 | 0 | 110010 | 1010 | 10000 | 100111000 | 111000 | 111111 |
Color Harmonies of #D56AC0
Complementary color
Monochromatic Colors of #D56AC0
Black with #D56AC0
Text Example
Text Example
White with #D56AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56AC0; }
p { color: rgb(213,106,192); }
H1.HeaderClassName
{
color: #D56AC0;
}
.AnyTagClassName
{
color: #D56AC0;
}
</style>
background-color css
<style>
a { background-color: #D56AC0; }
a { background-color: rgb(213,106,192); }
div.DivClassName
{
background-color: #D56AC0;
}
.BgClassName
{
background-color: #D56AC0;
}
</style>
border-color css
<style>
span { border-color: #D56AC0; }
span { border-color: rgb(213,106,192); }
td.TdClassName
{
border-color: #D56AC0;
}
.TagClassName
{
border-color: #D56AC0;
}
</style>