Shades of Orchid #D583DF
Tints of Orchid #D583DF
RGB
CMYK
RGB Variations
Color information
#D583DF (or 0xD583DF) is known color: Orchid. HEX triplet: D5, 83 and DF. RGB value is (213,131,223). Sum of RGB (Red+Green+Blue) = 213+131+223=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #D583DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583DF is #2A7C20. Grayscale: #A5A5A5. Windows color (decimal): -2784289 or 14648277. OLE color: 14648277.
HSL color Cylindrical-coordinate representation of color #D583DF: hue angle of 293.48º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D583DF is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 131 | 223 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.13 |
| HSL | 293.48º | 0.59% | 0.69% | - |
| HSV(B) | 293.48º | 0.41% | 0.87% | - |
| XYZ | 48.88 | 35.71 | 74.13 | - |
| YUV | 166.01 | 160.17 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 223 | 0.04 | 0.41 | 0 | 0.13 | 293.48 | 0.59 | 0.69 |
| Hex | D5 | 83 | DF | 4 | 29 | 0 | D | 125 | 3B | 45 |
| Octal | 325 | 203 | 337 | 4 | 51 | 0 | 15 | 445 | 73 | 105 |
| Binary | 11010101 | 10000011 | 11011111 | 100 | 101001 | 0 | 1101 | 100100101 | 111011 | 1000101 |
Color Harmonies of #D583DF
Complementary color
Monochromatic Colors of #D583DF
Black with #D583DF
Text Example
Text Example
White with #D583DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D583DF; }
p { color: rgb(213,131,223); }
H1.HeaderClassName
{
color: #D583DF;
}
.AnyTagClassName
{
color: #D583DF;
}
</style>
background-color css
<style>
a { background-color: #D583DF; }
a { background-color: rgb(213,131,223); }
div.DivClassName
{
background-color: #D583DF;
}
.BgClassName
{
background-color: #D583DF;
}
</style>
border-color css
<style>
span { border-color: #D583DF; }
span { border-color: rgb(213,131,223); }
td.TdClassName
{
border-color: #D583DF;
}
.TagClassName
{
border-color: #D583DF;
}
</style>