Shades of Orchid #DF83DD
Tints of Orchid #DF83DD
RGB
CMYK
RGB Variations
Color information
#DF83DD (or 0xDF83DD) is known color: Orchid. HEX triplet: DF, 83 and DD. RGB value is (223,131,221). Sum of RGB (Red+Green+Blue) = 223+131+221=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 131 (51.56% from 255 or 22.78% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83DD is #207C22. Grayscale: #A8A8A8. Windows color (decimal): -2128931 or 14517215. OLE color: 14517215.
HSL color Cylindrical-coordinate representation of color #DF83DD: hue angle of 301.3º 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 #DF83DD is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 221 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.13 |
| HSL | 301.3º | 0.59% | 0.69% | - |
| HSV(B) | 301.3º | 0.41% | 0.87% | - |
| XYZ | 51.6 | 37.14 | 72.86 | - |
| YUV | 168.77 | 157.48 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 221 | 0 | 0.41 | 0.01 | 0.13 | 301.3 | 0.59 | 0.69 |
| Hex | DF | 83 | DD | 0 | 29 | 1 | D | 12D | 3B | 45 |
| Octal | 337 | 203 | 335 | 0 | 51 | 1 | 15 | 455 | 73 | 105 |
| Binary | 11011111 | 10000011 | 11011101 | 0 | 101001 | 1 | 1101 | 100101101 | 111011 | 1000101 |
Color Harmonies of #DF83DD
Complementary color
Monochromatic Colors of #DF83DD
Black with #DF83DD
Text Example
Text Example
White with #DF83DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF83DD; }
p { color: rgb(223,131,221); }
H1.HeaderClassName
{
color: #DF83DD;
}
.AnyTagClassName
{
color: #DF83DD;
}
</style>
background-color css
<style>
a { background-color: #DF83DD; }
a { background-color: rgb(223,131,221); }
div.DivClassName
{
background-color: #DF83DD;
}
.BgClassName
{
background-color: #DF83DD;
}
</style>
border-color css
<style>
span { border-color: #DF83DD; }
span { border-color: rgb(223,131,221); }
td.TdClassName
{
border-color: #DF83DD;
}
.TagClassName
{
border-color: #DF83DD;
}
</style>