Shades of Orchid #D583D0
Tints of Orchid #D583D0
RGB
CMYK
RGB Variations
Color information
#D583D0 (or 0xD583D0) is known color: Orchid. HEX triplet: D5, 83 and D0. RGB value is (213,131,208). Sum of RGB (Red+Green+Blue) = 213+131+208=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D583D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583D0 is #2A7C2F. Grayscale: #A4A4A4. Windows color (decimal): -2784304 or 13665237. OLE color: 13665237.
HSL color Cylindrical-coordinate representation of color #D583D0: hue angle of 303.66º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D583D0 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 208 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.16 |
| HSL | 303.66º | 0.49% | 0.67% | - |
| HSV(B) | 303.66º | 0.38% | 0.84% | - |
| XYZ | 46.94 | 34.93 | 63.94 | - |
| YUV | 164.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 208 | 0 | 0.38 | 0.02 | 0.16 | 303.66 | 0.49 | 0.67 |
| Hex | D5 | 83 | D0 | 0 | 26 | 2 | 10 | 130 | 31 | 43 |
| Octal | 325 | 203 | 320 | 0 | 46 | 2 | 20 | 460 | 61 | 103 |
| Binary | 11010101 | 10000011 | 11010000 | 0 | 100110 | 10 | 10000 | 100110000 | 110001 | 1000011 |
Color Harmonies of #D583D0
Complementary color
Monochromatic Colors of #D583D0
Black with #D583D0
Text Example
Text Example
White with #D583D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D583D0; }
p { color: rgb(213,131,208); }
H1.HeaderClassName
{
color: #D583D0;
}
.AnyTagClassName
{
color: #D583D0;
}
</style>
background-color css
<style>
a { background-color: #D583D0; }
a { background-color: rgb(213,131,208); }
div.DivClassName
{
background-color: #D583D0;
}
.BgClassName
{
background-color: #D583D0;
}
</style>
border-color css
<style>
span { border-color: #D583D0; }
span { border-color: rgb(213,131,208); }
td.TdClassName
{
border-color: #D583D0;
}
.TagClassName
{
border-color: #D583D0;
}
</style>