Shades of Orchid #D583D1
Tints of Orchid #D583D1
RGB
CMYK
RGB Variations
Color information
#D583D1 (or 0xD583D1) is known color: Orchid. HEX triplet: D5, 83 and D1. RGB value is (213,131,209). Sum of RGB (Red+Green+Blue) = 213+131+209=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D583D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583D1 is #2A7C2E. Grayscale: #A4A4A4. Windows color (decimal): -2784303 or 13730773. OLE color: 13730773.
HSL color Cylindrical-coordinate representation of color #D583D1: hue angle of 302.93º 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 #D583D1 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 209 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.16 |
| HSL | 302.93º | 0.49% | 0.67% | - |
| HSV(B) | 302.93º | 0.38% | 0.84% | - |
| XYZ | 47.07 | 34.98 | 64.59 | - |
| YUV | 164.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 209 | 0 | 0.38 | 0.02 | 0.16 | 302.93 | 0.49 | 0.67 |
| Hex | D5 | 83 | D1 | 0 | 26 | 2 | 10 | 12F | 31 | 43 |
| Octal | 325 | 203 | 321 | 0 | 46 | 2 | 20 | 457 | 61 | 103 |
| Binary | 11010101 | 10000011 | 11010001 | 0 | 100110 | 10 | 10000 | 100101111 | 110001 | 1000011 |
Color Harmonies of #D583D1
Complementary color
Monochromatic Colors of #D583D1
Black with #D583D1
Text Example
Text Example
White with #D583D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D583D1; }
p { color: rgb(213,131,209); }
H1.HeaderClassName
{
color: #D583D1;
}
.AnyTagClassName
{
color: #D583D1;
}
</style>
background-color css
<style>
a { background-color: #D583D1; }
a { background-color: rgb(213,131,209); }
div.DivClassName
{
background-color: #D583D1;
}
.BgClassName
{
background-color: #D583D1;
}
</style>
border-color css
<style>
span { border-color: #D583D1; }
span { border-color: rgb(213,131,209); }
td.TdClassName
{
border-color: #D583D1;
}
.TagClassName
{
border-color: #D583D1;
}
</style>