Shades of Orchid #D584CE
Tints of Orchid #D584CE
RGB
CMYK
RGB Variations
Color information
#D584CE (or 0xD584CE) is known color: Orchid. HEX triplet: D5, 84 and CE. RGB value is (213,132,206). Sum of RGB (Red+Green+Blue) = 213+132+206=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D584CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584CE is #2A7B31. Grayscale: #A4A4A4. Windows color (decimal): -2784050 or 13534421. OLE color: 13534421.
HSL color Cylindrical-coordinate representation of color #D584CE: hue angle of 305.19º 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 #D584CE is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 206 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.16 |
| HSL | 305.19º | 0.49% | 0.68% | - |
| HSV(B) | 305.19º | 0.38% | 0.84% | - |
| XYZ | 46.83 | 35.1 | 62.7 | - |
| YUV | 164.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 206 | 0 | 0.38 | 0.03 | 0.16 | 305.19 | 0.49 | 0.68 |
| Hex | D5 | 84 | CE | 0 | 26 | 3 | 10 | 131 | 31 | 44 |
| Octal | 325 | 204 | 316 | 0 | 46 | 3 | 20 | 461 | 61 | 104 |
| Binary | 11010101 | 10000100 | 11001110 | 0 | 100110 | 11 | 10000 | 100110001 | 110001 | 1000100 |
Color Harmonies of #D584CE
Complementary color
Monochromatic Colors of #D584CE
Black with #D584CE
Text Example
Text Example
White with #D584CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D584CE; }
p { color: rgb(213,132,206); }
H1.HeaderClassName
{
color: #D584CE;
}
.AnyTagClassName
{
color: #D584CE;
}
</style>
background-color css
<style>
a { background-color: #D584CE; }
a { background-color: rgb(213,132,206); }
div.DivClassName
{
background-color: #D584CE;
}
.BgClassName
{
background-color: #D584CE;
}
</style>
border-color css
<style>
span { border-color: #D584CE; }
span { border-color: rgb(213,132,206); }
td.TdClassName
{
border-color: #D584CE;
}
.TagClassName
{
border-color: #D584CE;
}
</style>