Shades of Orchid #D584D8
Tints of Orchid #D584D8
RGB
CMYK
RGB Variations
Color information
#D584D8 (or 0xD584D8) is known color: Orchid. HEX triplet: D5, 84 and D8. RGB value is (213,132,216). Sum of RGB (Red+Green+Blue) = 213+132+216=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #D584D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584D8 is #2A7B27. Grayscale: #A5A5A5. Windows color (decimal): -2784040 or 14189781. OLE color: 14189781.
HSL color Cylindrical-coordinate representation of color #D584D8: hue angle of 297.86º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D584D8 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 132 | 216 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.15 |
| HSL | 297.86º | 0.52% | 0.68% | - |
| HSV(B) | 297.86º | 0.39% | 0.85% | - |
| XYZ | 48.09 | 35.61 | 69.3 | - |
| YUV | 165.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 216 | 0.01 | 0.39 | 0 | 0.15 | 297.86 | 0.52 | 0.68 |
| Hex | D5 | 84 | D8 | 1 | 27 | 0 | F | 12A | 34 | 44 |
| Octal | 325 | 204 | 330 | 1 | 47 | 0 | 17 | 452 | 64 | 104 |
| Binary | 11010101 | 10000100 | 11011000 | 1 | 100111 | 0 | 1111 | 100101010 | 110100 | 1000100 |
Color Harmonies of #D584D8
Complementary color
Monochromatic Colors of #D584D8
Black with #D584D8
Text Example
Text Example
White with #D584D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D584D8; }
p { color: rgb(213,132,216); }
H1.HeaderClassName
{
color: #D584D8;
}
.AnyTagClassName
{
color: #D584D8;
}
</style>
background-color css
<style>
a { background-color: #D584D8; }
a { background-color: rgb(213,132,216); }
div.DivClassName
{
background-color: #D584D8;
}
.BgClassName
{
background-color: #D584D8;
}
</style>
border-color css
<style>
span { border-color: #D584D8; }
span { border-color: rgb(213,132,216); }
td.TdClassName
{
border-color: #D584D8;
}
.TagClassName
{
border-color: #D584D8;
}
</style>