Shades of Orchid #DA83D0
Tints of Orchid #DA83D0
RGB
CMYK
RGB Variations
Color information
#DA83D0 (or 0xDA83D0) is known color: Orchid. HEX triplet: DA, 83 and D0. RGB value is (218,131,208). Sum of RGB (Red+Green+Blue) = 218+131+208=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DA83D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA83D0 is #257C2F. Grayscale: #A5A5A5. Windows color (decimal): -2456624 or 13665242. OLE color: 13665242.
HSL color Cylindrical-coordinate representation of color #DA83D0: hue angle of 306.9º 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 #DA83D0 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 208 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.15 |
| HSL | 306.9º | 0.54% | 0.68% | - |
| HSV(B) | 306.9º | 0.4% | 0.85% | - |
| XYZ | 48.41 | 35.69 | 64.01 | - |
| YUV | 165.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 208 | 0 | 0.40 | 0.05 | 0.15 | 306.9 | 0.54 | 0.68 |
| Hex | DA | 83 | D0 | 0 | 28 | 5 | F | 133 | 36 | 44 |
| Octal | 332 | 203 | 320 | 0 | 50 | 5 | 17 | 463 | 66 | 104 |
| Binary | 11011010 | 10000011 | 11010000 | 0 | 101000 | 101 | 1111 | 100110011 | 110110 | 1000100 |
Color Harmonies of #DA83D0
Complementary color
Monochromatic Colors of #DA83D0
Black with #DA83D0
Text Example
Text Example
White with #DA83D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA83D0; }
p { color: rgb(218,131,208); }
H1.HeaderClassName
{
color: #DA83D0;
}
.AnyTagClassName
{
color: #DA83D0;
}
</style>
background-color css
<style>
a { background-color: #DA83D0; }
a { background-color: rgb(218,131,208); }
div.DivClassName
{
background-color: #DA83D0;
}
.BgClassName
{
background-color: #DA83D0;
}
</style>
border-color css
<style>
span { border-color: #DA83D0; }
span { border-color: rgb(218,131,208); }
td.TdClassName
{
border-color: #DA83D0;
}
.TagClassName
{
border-color: #DA83D0;
}
</style>