Shades of Orchid #D582C0
Tints of Orchid #D582C0
RGB
CMYK
RGB Variations
Color information
#D582C0 (or 0xD582C0) is known color: Orchid. HEX triplet: D5, 82 and C0. RGB value is (213,130,192). Sum of RGB (Red+Green+Blue) = 213+130+192=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D582C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582C0 is #2A7D3F. Grayscale: #A1A1A1. Windows color (decimal): -2784576 or 12616405. OLE color: 12616405.
HSL color Cylindrical-coordinate representation of color #D582C0: hue angle of 315.18º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D582C0 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 192 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.16 |
| HSL | 315.18º | 0.5% | 0.67% | - |
| HSV(B) | 315.18º | 0.39% | 0.84% | - |
| XYZ | 44.94 | 33.92 | 54.05 | - |
| YUV | 161.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 192 | 0 | 0.39 | 0.10 | 0.16 | 315.18 | 0.5 | 0.67 |
| Hex | D5 | 82 | C0 | 0 | 27 | A | 10 | 13B | 32 | 43 |
| Octal | 325 | 202 | 300 | 0 | 47 | 12 | 20 | 473 | 62 | 103 |
| Binary | 11010101 | 10000010 | 11000000 | 0 | 100111 | 1010 | 10000 | 100111011 | 110010 | 1000011 |
Color Harmonies of #D582C0
Complementary color
Monochromatic Colors of #D582C0
Black with #D582C0
Text Example
Text Example
White with #D582C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D582C0; }
p { color: rgb(213,130,192); }
H1.HeaderClassName
{
color: #D582C0;
}
.AnyTagClassName
{
color: #D582C0;
}
</style>
background-color css
<style>
a { background-color: #D582C0; }
a { background-color: rgb(213,130,192); }
div.DivClassName
{
background-color: #D582C0;
}
.BgClassName
{
background-color: #D582C0;
}
</style>
border-color css
<style>
span { border-color: #D582C0; }
span { border-color: rgb(213,130,192); }
td.TdClassName
{
border-color: #D582C0;
}
.TagClassName
{
border-color: #D582C0;
}
</style>