Shades of Orchid #D56AC9
Tints of Orchid #D56AC9
RGB
CMYK
RGB Variations
Color information
#D56AC9 (or 0xD56AC9) is known color: Orchid. HEX triplet: D5, 6A and C9. RGB value is (213,106,201). Sum of RGB (Red+Green+Blue) = 213+106+201=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D56AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56AC9 is #2A9536. Grayscale: #949494. Windows color (decimal): -2790711 or 13200085. OLE color: 13200085.
HSL color Cylindrical-coordinate representation of color #D56AC9: hue angle of 306.73º 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 #D56AC9 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 106 | 201 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.16 |
| HSL | 306.73º | 0.56% | 0.63% | - |
| HSV(B) | 306.73º | 0.5% | 0.84% | - |
| XYZ | 43.14 | 28.67 | 58.52 | - |
| YUV | 148.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 201 | 0 | 0.50 | 0.06 | 0.16 | 306.73 | 0.56 | 0.63 |
| Hex | D5 | 6A | C9 | 0 | 32 | 6 | 10 | 133 | 38 | 3F |
| Octal | 325 | 152 | 311 | 0 | 62 | 6 | 20 | 463 | 70 | 77 |
| Binary | 11010101 | 1101010 | 11001001 | 0 | 110010 | 110 | 10000 | 100110011 | 111000 | 111111 |
Color Harmonies of #D56AC9
Complementary color
Monochromatic Colors of #D56AC9
Black with #D56AC9
Text Example
Text Example
White with #D56AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56AC9; }
p { color: rgb(213,106,201); }
H1.HeaderClassName
{
color: #D56AC9;
}
.AnyTagClassName
{
color: #D56AC9;
}
</style>
background-color css
<style>
a { background-color: #D56AC9; }
a { background-color: rgb(213,106,201); }
div.DivClassName
{
background-color: #D56AC9;
}
.BgClassName
{
background-color: #D56AC9;
}
</style>
border-color css
<style>
span { border-color: #D56AC9; }
span { border-color: rgb(213,106,201); }
td.TdClassName
{
border-color: #D56AC9;
}
.TagClassName
{
border-color: #D56AC9;
}
</style>