Shades of Orchid #DF83DE
Tints of Orchid #DF83DE
RGB
CMYK
RGB Variations
Color information
#DF83DE (or 0xDF83DE) is known color: Orchid. HEX triplet: DF, 83 and DE. RGB value is (223,131,222). Sum of RGB (Red+Green+Blue) = 223+131+222=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 131 (51.56% from 255 or 22.74% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83DE is #207C21. Grayscale: #A8A8A8. Windows color (decimal): -2128930 or 14582751. OLE color: 14582751.
HSL color Cylindrical-coordinate representation of color #DF83DE: hue angle of 300.65º 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 #DF83DE is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 222 | - |
| CMYK | 0 | 0.41 | 0.00 | 0.13 |
| HSL | 300.65º | 0.59% | 0.69% | - |
| HSV(B) | 300.65º | 0.41% | 0.87% | - |
| XYZ | 51.73 | 37.19 | 73.56 | - |
| YUV | 168.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 222 | 0 | 0.41 | 0.00 | 0.13 | 300.65 | 0.59 | 0.69 |
| Hex | DF | 83 | DE | 0 | 29 | 0 | D | 12D | 3B | 45 |
| Octal | 337 | 203 | 336 | 0 | 51 | 0 | 15 | 455 | 73 | 105 |
| Binary | 11011111 | 10000011 | 11011110 | 0 | 101001 | 0 | 1101 | 100101101 | 111011 | 1000101 |
Color Harmonies of #DF83DE
Complementary color
Monochromatic Colors of #DF83DE
Black with #DF83DE
Text Example
Text Example
White with #DF83DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF83DE; }
p { color: rgb(223,131,222); }
H1.HeaderClassName
{
color: #DF83DE;
}
.AnyTagClassName
{
color: #DF83DE;
}
</style>
background-color css
<style>
a { background-color: #DF83DE; }
a { background-color: rgb(223,131,222); }
div.DivClassName
{
background-color: #DF83DE;
}
.BgClassName
{
background-color: #DF83DE;
}
</style>
border-color css
<style>
span { border-color: #DF83DE; }
span { border-color: rgb(223,131,222); }
td.TdClassName
{
border-color: #DF83DE;
}
.TagClassName
{
border-color: #DF83DE;
}
</style>