Shades of Orchid #D582D8
Tints of Orchid #D582D8
RGB
CMYK
RGB Variations
Color information
#D582D8 (or 0xD582D8) is known color: Orchid. HEX triplet: D5, 82 and D8. RGB value is (213,130,216). Sum of RGB (Red+Green+Blue) = 213+130+216=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #D582D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582D8 is #2A7D27. Grayscale: #A4A4A4. Windows color (decimal): -2784552 or 14189269. OLE color: 14189269.
HSL color Cylindrical-coordinate representation of color #D582D8: hue angle of 297.91º degrees, saturation: 0.52, 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 #D582D8 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 130 | 216 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.15 |
| HSL | 297.91º | 0.52% | 0.68% | - |
| HSV(B) | 297.91º | 0.4% | 0.85% | - |
| XYZ | 47.82 | 35.07 | 69.21 | - |
| YUV | 164.62 | 157 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 216 | 0.01 | 0.40 | 0 | 0.15 | 297.91 | 0.52 | 0.68 |
| Hex | D5 | 82 | D8 | 1 | 28 | 0 | F | 12A | 34 | 44 |
| Octal | 325 | 202 | 330 | 1 | 50 | 0 | 17 | 452 | 64 | 104 |
| Binary | 11010101 | 10000010 | 11011000 | 1 | 101000 | 0 | 1111 | 100101010 | 110100 | 1000100 |
Color Harmonies of #D582D8
Complementary color
Monochromatic Colors of #D582D8
Black with #D582D8
Text Example
Text Example
White with #D582D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D582D8; }
p { color: rgb(213,130,216); }
H1.HeaderClassName
{
color: #D582D8;
}
.AnyTagClassName
{
color: #D582D8;
}
</style>
background-color css
<style>
a { background-color: #D582D8; }
a { background-color: rgb(213,130,216); }
div.DivClassName
{
background-color: #D582D8;
}
.BgClassName
{
background-color: #D582D8;
}
</style>
border-color css
<style>
span { border-color: #D582D8; }
span { border-color: rgb(213,130,216); }
td.TdClassName
{
border-color: #D582D8;
}
.TagClassName
{
border-color: #D582D8;
}
</style>