Shades of Orchid #D581D8
Tints of Orchid #D581D8
RGB
CMYK
RGB Variations
Color information
#D581D8 (or 0xD581D8) is known color: Orchid. HEX triplet: D5, 81 and D8. RGB value is (213,129,216). Sum of RGB (Red+Green+Blue) = 213+129+216=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 216 - color contains mainly: blue. Hex color #D581D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D581D8 is #2A7E27. Grayscale: #A3A3A3. Windows color (decimal): -2784808 or 14189013. OLE color: 14189013.
HSL color Cylindrical-coordinate representation of color #D581D8: hue angle of 297.93º 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 #D581D8 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 129 | 216 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.15 |
| HSL | 297.93º | 0.53% | 0.68% | - |
| HSV(B) | 297.93º | 0.4% | 0.85% | - |
| XYZ | 47.69 | 34.8 | 69.17 | - |
| YUV | 164.03 | 157.33 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 216 | 0.01 | 0.40 | 0 | 0.15 | 297.93 | 0.53 | 0.68 |
| Hex | D5 | 81 | D8 | 1 | 28 | 0 | F | 12A | 35 | 44 |
| Octal | 325 | 201 | 330 | 1 | 50 | 0 | 17 | 452 | 65 | 104 |
| Binary | 11010101 | 10000001 | 11011000 | 1 | 101000 | 0 | 1111 | 100101010 | 110101 | 1000100 |
Color Harmonies of #D581D8
Complementary color
Monochromatic Colors of #D581D8
Black with #D581D8
Text Example
Text Example
White with #D581D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D581D8; }
p { color: rgb(213,129,216); }
H1.HeaderClassName
{
color: #D581D8;
}
.AnyTagClassName
{
color: #D581D8;
}
</style>
background-color css
<style>
a { background-color: #D581D8; }
a { background-color: rgb(213,129,216); }
div.DivClassName
{
background-color: #D581D8;
}
.BgClassName
{
background-color: #D581D8;
}
</style>
border-color css
<style>
span { border-color: #D581D8; }
span { border-color: rgb(213,129,216); }
td.TdClassName
{
border-color: #D581D8;
}
.TagClassName
{
border-color: #D581D8;
}
</style>