Shades of Orchid #D583D9
Tints of Orchid #D583D9
RGB
CMYK
RGB Variations
Color information
#D583D9 (or 0xD583D9) is known color: Orchid. HEX triplet: D5, 83 and D9. RGB value is (213,131,217). Sum of RGB (Red+Green+Blue) = 213+131+217=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 217 - color contains mainly: blue. Hex color #D583D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583D9 is #2A7C26. Grayscale: #A5A5A5. Windows color (decimal): -2784295 or 14255061. OLE color: 14255061.
HSL color Cylindrical-coordinate representation of color #D583D9: hue angle of 297.21º 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 #D583D9 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 131 | 217 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.15 |
| HSL | 297.21º | 0.53% | 0.68% | - |
| HSV(B) | 297.21º | 0.4% | 0.85% | - |
| XYZ | 48.08 | 35.39 | 69.94 | - |
| YUV | 165.32 | 157.17 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 217 | 0.02 | 0.40 | 0 | 0.15 | 297.21 | 0.53 | 0.68 |
| Hex | D5 | 83 | D9 | 2 | 28 | 0 | F | 129 | 35 | 44 |
| Octal | 325 | 203 | 331 | 2 | 50 | 0 | 17 | 451 | 65 | 104 |
| Binary | 11010101 | 10000011 | 11011001 | 10 | 101000 | 0 | 1111 | 100101001 | 110101 | 1000100 |
Color Harmonies of #D583D9
Complementary color
Monochromatic Colors of #D583D9
Black with #D583D9
Text Example
Text Example
White with #D583D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D583D9; }
p { color: rgb(213,131,217); }
H1.HeaderClassName
{
color: #D583D9;
}
.AnyTagClassName
{
color: #D583D9;
}
</style>
background-color css
<style>
a { background-color: #D583D9; }
a { background-color: rgb(213,131,217); }
div.DivClassName
{
background-color: #D583D9;
}
.BgClassName
{
background-color: #D583D9;
}
</style>
border-color css
<style>
span { border-color: #D583D9; }
span { border-color: rgb(213,131,217); }
td.TdClassName
{
border-color: #D583D9;
}
.TagClassName
{
border-color: #D583D9;
}
</style>