Shades of Orchid #D581DF
Tints of Orchid #D581DF
RGB
CMYK
RGB Variations
Color information
#D581DF (or 0xD581DF) is known color: Orchid. HEX triplet: D5, 81 and DF. RGB value is (213,129,223). Sum of RGB (Red+Green+Blue) = 213+129+223=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #D581DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D581DF is #2A7E20. Grayscale: #A4A4A4. Windows color (decimal): -2784801 or 14647765. OLE color: 14647765.
HSL color Cylindrical-coordinate representation of color #D581DF: hue angle of 293.62º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D581DF is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 129 | 223 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.13 |
| HSL | 293.62º | 0.59% | 0.69% | - |
| HSV(B) | 293.62º | 0.42% | 0.87% | - |
| XYZ | 48.61 | 35.17 | 74.04 | - |
| YUV | 164.83 | 160.83 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 223 | 0.04 | 0.42 | 0 | 0.13 | 293.62 | 0.59 | 0.69 |
| Hex | D5 | 81 | DF | 4 | 2A | 0 | D | 126 | 3B | 45 |
| Octal | 325 | 201 | 337 | 4 | 52 | 0 | 15 | 446 | 73 | 105 |
| Binary | 11010101 | 10000001 | 11011111 | 100 | 101010 | 0 | 1101 | 100100110 | 111011 | 1000101 |
Color Harmonies of #D581DF
Complementary color
Monochromatic Colors of #D581DF
Black with #D581DF
Text Example
Text Example
White with #D581DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D581DF; }
p { color: rgb(213,129,223); }
H1.HeaderClassName
{
color: #D581DF;
}
.AnyTagClassName
{
color: #D581DF;
}
</style>
background-color css
<style>
a { background-color: #D581DF; }
a { background-color: rgb(213,129,223); }
div.DivClassName
{
background-color: #D581DF;
}
.BgClassName
{
background-color: #D581DF;
}
</style>
border-color css
<style>
span { border-color: #D581DF; }
span { border-color: rgb(213,129,223); }
td.TdClassName
{
border-color: #D581DF;
}
.TagClassName
{
border-color: #D581DF;
}
</style>