Shades of Orchid #D584D6
Tints of Orchid #D584D6
RGB
CMYK
RGB Variations
Color information
#D584D6 (or 0xD584D6) is known color: Orchid. HEX triplet: D5, 84 and D6. RGB value is (213,132,214). Sum of RGB (Red+Green+Blue) = 213+132+214=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #D584D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584D6 is #2A7B29. Grayscale: #A5A5A5. Windows color (decimal): -2784042 or 14058709. OLE color: 14058709.
HSL color Cylindrical-coordinate representation of color #D584D6: hue angle of 299.27º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D584D6 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 214 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.16 |
| HSL | 299.27º | 0.5% | 0.68% | - |
| HSV(B) | 299.27º | 0.38% | 0.84% | - |
| XYZ | 47.83 | 35.5 | 67.95 | - |
| YUV | 165.57 | 155.34 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 214 | 0.00 | 0.38 | 0 | 0.16 | 299.27 | 0.5 | 0.68 |
| Hex | D5 | 84 | D6 | 0 | 26 | 0 | 10 | 12B | 32 | 44 |
| Octal | 325 | 204 | 326 | 0 | 46 | 0 | 20 | 453 | 62 | 104 |
| Binary | 11010101 | 10000100 | 11010110 | 0 | 100110 | 0 | 10000 | 100101011 | 110010 | 1000100 |
Color Harmonies of #D584D6
Complementary color
Monochromatic Colors of #D584D6
Black with #D584D6
Text Example
Text Example
White with #D584D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D584D6; }
p { color: rgb(213,132,214); }
H1.HeaderClassName
{
color: #D584D6;
}
.AnyTagClassName
{
color: #D584D6;
}
</style>
background-color css
<style>
a { background-color: #D584D6; }
a { background-color: rgb(213,132,214); }
div.DivClassName
{
background-color: #D584D6;
}
.BgClassName
{
background-color: #D584D6;
}
</style>
border-color css
<style>
span { border-color: #D584D6; }
span { border-color: rgb(213,132,214); }
td.TdClassName
{
border-color: #D584D6;
}
.TagClassName
{
border-color: #D584D6;
}
</style>