Shades of Orchid #D584D3
Tints of Orchid #D584D3
RGB
CMYK
RGB Variations
Color information
#D584D3 (or 0xD584D3) is known color: Orchid. HEX triplet: D5, 84 and D3. RGB value is (213,132,211). Sum of RGB (Red+Green+Blue) = 213+132+211=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D584D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584D3 is #2A7B2C. Grayscale: #A4A4A4. Windows color (decimal): -2784045 or 13862101. OLE color: 13862101.
HSL color Cylindrical-coordinate representation of color #D584D3: hue angle of 301.48º 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 #D584D3 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 211 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.16 |
| HSL | 301.48º | 0.49% | 0.68% | - |
| HSV(B) | 301.48º | 0.38% | 0.84% | - |
| XYZ | 47.45 | 35.35 | 65.95 | - |
| YUV | 165.23 | 153.84 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 211 | 0 | 0.38 | 0.01 | 0.16 | 301.48 | 0.49 | 0.68 |
| Hex | D5 | 84 | D3 | 0 | 26 | 1 | 10 | 12D | 31 | 44 |
| Octal | 325 | 204 | 323 | 0 | 46 | 1 | 20 | 455 | 61 | 104 |
| Binary | 11010101 | 10000100 | 11010011 | 0 | 100110 | 1 | 10000 | 100101101 | 110001 | 1000100 |
Color Harmonies of #D584D3
Complementary color
Monochromatic Colors of #D584D3
Black with #D584D3
Text Example
Text Example
White with #D584D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D584D3; }
p { color: rgb(213,132,211); }
H1.HeaderClassName
{
color: #D584D3;
}
.AnyTagClassName
{
color: #D584D3;
}
</style>
background-color css
<style>
a { background-color: #D584D3; }
a { background-color: rgb(213,132,211); }
div.DivClassName
{
background-color: #D584D3;
}
.BgClassName
{
background-color: #D584D3;
}
</style>
border-color css
<style>
span { border-color: #D584D3; }
span { border-color: rgb(213,132,211); }
td.TdClassName
{
border-color: #D584D3;
}
.TagClassName
{
border-color: #D584D3;
}
</style>