Shades of Orchid #D582D9
Tints of Orchid #D582D9
RGB
CMYK
RGB Variations
Color information
#D582D9 (or 0xD582D9) is known color: Orchid. HEX triplet: D5, 82 and D9. RGB value is (213,130,217). Sum of RGB (Red+Green+Blue) = 213+130+217=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 217 - color contains mainly: blue. Hex color #D582D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582D9 is #2A7D26. Grayscale: #A4A4A4. Windows color (decimal): -2784551 or 14254805. OLE color: 14254805.
HSL color Cylindrical-coordinate representation of color #D582D9: hue angle of 297.24º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D582D9 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 130 | 217 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.15 |
| HSL | 297.24º | 0.53% | 0.68% | - |
| HSV(B) | 297.24º | 0.4% | 0.85% | - |
| XYZ | 47.95 | 35.12 | 69.9 | - |
| YUV | 164.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 217 | 0.02 | 0.40 | 0 | 0.15 | 297.24 | 0.53 | 0.68 |
| Hex | D5 | 82 | D9 | 2 | 28 | 0 | F | 129 | 35 | 44 |
| Octal | 325 | 202 | 331 | 2 | 50 | 0 | 17 | 451 | 65 | 104 |
| Binary | 11010101 | 10000010 | 11011001 | 10 | 101000 | 0 | 1111 | 100101001 | 110101 | 1000100 |
Color Harmonies of #D582D9
Complementary color
Monochromatic Colors of #D582D9
Black with #D582D9
Text Example
Text Example
White with #D582D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D582D9; }
p { color: rgb(213,130,217); }
H1.HeaderClassName
{
color: #D582D9;
}
.AnyTagClassName
{
color: #D582D9;
}
</style>
background-color css
<style>
a { background-color: #D582D9; }
a { background-color: rgb(213,130,217); }
div.DivClassName
{
background-color: #D582D9;
}
.BgClassName
{
background-color: #D582D9;
}
</style>
border-color css
<style>
span { border-color: #D582D9; }
span { border-color: rgb(213,130,217); }
td.TdClassName
{
border-color: #D582D9;
}
.TagClassName
{
border-color: #D582D9;
}
</style>