Shades of Orchid #D584D0
Tints of Orchid #D584D0
RGB
CMYK
RGB Variations
Color information
#D584D0 (or 0xD584D0) is known color: Orchid. HEX triplet: D5, 84 and D0. RGB value is (213,132,208). Sum of RGB (Red+Green+Blue) = 213+132+208=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D584D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584D0 is #2A7B2F. Grayscale: #A4A4A4. Windows color (decimal): -2784048 or 13665493. OLE color: 13665493.
HSL color Cylindrical-coordinate representation of color #D584D0: hue angle of 303.7º degrees, saturation: 0.49, 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 #D584D0 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 208 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.16 |
| HSL | 303.7º | 0.49% | 0.68% | - |
| HSV(B) | 303.7º | 0.38% | 0.84% | - |
| XYZ | 47.08 | 35.2 | 63.99 | - |
| YUV | 164.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 208 | 0 | 0.38 | 0.02 | 0.16 | 303.7 | 0.49 | 0.68 |
| Hex | D5 | 84 | D0 | 0 | 26 | 2 | 10 | 130 | 31 | 44 |
| Octal | 325 | 204 | 320 | 0 | 46 | 2 | 20 | 460 | 61 | 104 |
| Binary | 11010101 | 10000100 | 11010000 | 0 | 100110 | 10 | 10000 | 100110000 | 110001 | 1000100 |
Color Harmonies of #D584D0
Complementary color
Monochromatic Colors of #D584D0
Black with #D584D0
Text Example
Text Example
White with #D584D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D584D0; }
p { color: rgb(213,132,208); }
H1.HeaderClassName
{
color: #D584D0;
}
.AnyTagClassName
{
color: #D584D0;
}
</style>
background-color css
<style>
a { background-color: #D584D0; }
a { background-color: rgb(213,132,208); }
div.DivClassName
{
background-color: #D584D0;
}
.BgClassName
{
background-color: #D584D0;
}
</style>
border-color css
<style>
span { border-color: #D584D0; }
span { border-color: rgb(213,132,208); }
td.TdClassName
{
border-color: #D584D0;
}
.TagClassName
{
border-color: #D584D0;
}
</style>