Shades of Orchid #D584DE
Tints of Orchid #D584DE
RGB
CMYK
RGB Variations
Color information
#D584DE (or 0xD584DE) is known color: Orchid. HEX triplet: D5, 84 and DE. RGB value is (213,132,222). Sum of RGB (Red+Green+Blue) = 213+132+222=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #D584DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584DE is #2A7B21. Grayscale: #A6A6A6. Windows color (decimal): -2784034 or 14582997. OLE color: 14582997.
HSL color Cylindrical-coordinate representation of color #D584DE: hue angle of 294º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D584DE is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 132 | 222 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.13 |
| HSL | 294º | 0.58% | 0.69% | - |
| HSV(B) | 294º | 0.41% | 0.87% | - |
| XYZ | 48.88 | 35.92 | 73.46 | - |
| YUV | 166.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 222 | 0.04 | 0.41 | 0 | 0.13 | 294 | 0.58 | 0.69 |
| Hex | D5 | 84 | DE | 4 | 29 | 0 | D | 126 | 3A | 45 |
| Octal | 325 | 204 | 336 | 4 | 51 | 0 | 15 | 446 | 72 | 105 |
| Binary | 11010101 | 10000100 | 11011110 | 100 | 101001 | 0 | 1101 | 100100110 | 111010 | 1000101 |
Color Harmonies of #D584DE
Complementary color
Monochromatic Colors of #D584DE
Black with #D584DE
Text Example
Text Example
White with #D584DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D584DE; }
p { color: rgb(213,132,222); }
H1.HeaderClassName
{
color: #D584DE;
}
.AnyTagClassName
{
color: #D584DE;
}
</style>
background-color css
<style>
a { background-color: #D584DE; }
a { background-color: rgb(213,132,222); }
div.DivClassName
{
background-color: #D584DE;
}
.BgClassName
{
background-color: #D584DE;
}
</style>
border-color css
<style>
span { border-color: #D584DE; }
span { border-color: rgb(213,132,222); }
td.TdClassName
{
border-color: #D584DE;
}
.TagClassName
{
border-color: #D584DE;
}
</style>