Shades of Orchid #D583DA
Tints of Orchid #D583DA
RGB
CMYK
RGB Variations
Color information
#D583DA (or 0xD583DA) is known color: Orchid. HEX triplet: D5, 83 and DA. RGB value is (213,131,218). Sum of RGB (Red+Green+Blue) = 213+131+218=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #D583DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583DA is #2A7C25. Grayscale: #A5A5A5. Windows color (decimal): -2784294 or 14320597. OLE color: 14320597.
HSL color Cylindrical-coordinate representation of color #D583DA: hue angle of 296.55º degrees, saturation: 0.54, 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 #D583DA is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 131 | 218 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.15 |
| HSL | 296.55º | 0.54% | 0.68% | - |
| HSV(B) | 296.55º | 0.4% | 0.85% | - |
| XYZ | 48.21 | 35.44 | 70.63 | - |
| YUV | 165.44 | 157.67 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 218 | 0.02 | 0.40 | 0 | 0.15 | 296.55 | 0.54 | 0.68 |
| Hex | D5 | 83 | DA | 2 | 28 | 0 | F | 129 | 36 | 44 |
| Octal | 325 | 203 | 332 | 2 | 50 | 0 | 17 | 451 | 66 | 104 |
| Binary | 11010101 | 10000011 | 11011010 | 10 | 101000 | 0 | 1111 | 100101001 | 110110 | 1000100 |
Color Harmonies of #D583DA
Complementary color
Monochromatic Colors of #D583DA
Black with #D583DA
Text Example
Text Example
White with #D583DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D583DA; }
p { color: rgb(213,131,218); }
H1.HeaderClassName
{
color: #D583DA;
}
.AnyTagClassName
{
color: #D583DA;
}
</style>
background-color css
<style>
a { background-color: #D583DA; }
a { background-color: rgb(213,131,218); }
div.DivClassName
{
background-color: #D583DA;
}
.BgClassName
{
background-color: #D583DA;
}
</style>
border-color css
<style>
span { border-color: #D583DA; }
span { border-color: rgb(213,131,218); }
td.TdClassName
{
border-color: #D583DA;
}
.TagClassName
{
border-color: #D583DA;
}
</style>