Shades of Orchid #D56FC9
Tints of Orchid #D56FC9
RGB
CMYK
RGB Variations
Color information
#D56FC9 (or 0xD56FC9) is known color: Orchid. HEX triplet: D5, 6F and C9. RGB value is (213,111,201). Sum of RGB (Red+Green+Blue) = 213+111+201=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D56FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FC9 is #2A9036. Grayscale: #979797. Windows color (decimal): -2789431 or 13201365. OLE color: 13201365.
HSL color Cylindrical-coordinate representation of color #D56FC9: hue angle of 307.06º 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 #D56FC9 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 201 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.16 |
| HSL | 307.06º | 0.55% | 0.64% | - |
| HSV(B) | 307.06º | 0.48% | 0.84% | - |
| XYZ | 43.67 | 29.73 | 58.7 | - |
| YUV | 151.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 201 | 0 | 0.48 | 0.06 | 0.16 | 307.06 | 0.55 | 0.64 |
| Hex | D5 | 6F | C9 | 0 | 30 | 6 | 10 | 133 | 37 | 40 |
| Octal | 325 | 157 | 311 | 0 | 60 | 6 | 20 | 463 | 67 | 100 |
| Binary | 11010101 | 1101111 | 11001001 | 0 | 110000 | 110 | 10000 | 100110011 | 110111 | 1000000 |
Color Harmonies of #D56FC9
Complementary color
Monochromatic Colors of #D56FC9
Black with #D56FC9
Text Example
Text Example
White with #D56FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56FC9; }
p { color: rgb(213,111,201); }
H1.HeaderClassName
{
color: #D56FC9;
}
.AnyTagClassName
{
color: #D56FC9;
}
</style>
background-color css
<style>
a { background-color: #D56FC9; }
a { background-color: rgb(213,111,201); }
div.DivClassName
{
background-color: #D56FC9;
}
.BgClassName
{
background-color: #D56FC9;
}
</style>
border-color css
<style>
span { border-color: #D56FC9; }
span { border-color: rgb(213,111,201); }
td.TdClassName
{
border-color: #D56FC9;
}
.TagClassName
{
border-color: #D56FC9;
}
</style>