Shades of Orchid #DF83D0
Tints of Orchid #DF83D0
RGB
CMYK
RGB Variations
Color information
#DF83D0 (or 0xDF83D0) is known color: Orchid. HEX triplet: DF, 83 and D0. RGB value is (223,131,208). Sum of RGB (Red+Green+Blue) = 223+131+208=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83D0 is #207C2F. Grayscale: #A7A7A7. Windows color (decimal): -2128944 or 13665247. OLE color: 13665247.
HSL color Cylindrical-coordinate representation of color #DF83D0: hue angle of 309.78º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF83D0 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 208 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.13 |
| HSL | 309.78º | 0.59% | 0.69% | - |
| HSV(B) | 309.78º | 0.41% | 0.87% | - |
| XYZ | 49.93 | 36.47 | 64.08 | - |
| YUV | 167.29 | 150.98 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 208 | 0 | 0.41 | 0.07 | 0.13 | 309.78 | 0.59 | 0.69 |
| Hex | DF | 83 | D0 | 0 | 29 | 7 | D | 136 | 3B | 45 |
| Octal | 337 | 203 | 320 | 0 | 51 | 7 | 15 | 466 | 73 | 105 |
| Binary | 11011111 | 10000011 | 11010000 | 0 | 101001 | 111 | 1101 | 100110110 | 111011 | 1000101 |
Color Harmonies of #DF83D0
Complementary color
Monochromatic Colors of #DF83D0
Black with #DF83D0
Text Example
Text Example
White with #DF83D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF83D0; }
p { color: rgb(223,131,208); }
H1.HeaderClassName
{
color: #DF83D0;
}
.AnyTagClassName
{
color: #DF83D0;
}
</style>
background-color css
<style>
a { background-color: #DF83D0; }
a { background-color: rgb(223,131,208); }
div.DivClassName
{
background-color: #DF83D0;
}
.BgClassName
{
background-color: #DF83D0;
}
</style>
border-color css
<style>
span { border-color: #DF83D0; }
span { border-color: rgb(223,131,208); }
td.TdClassName
{
border-color: #DF83D0;
}
.TagClassName
{
border-color: #DF83D0;
}
</style>