Shades of Orchid #DF82DF
Tints of Orchid #DF82DF
RGB
CMYK
RGB Variations
Color information
#DF82DF (or 0xDF82DF) is known color: Orchid. HEX triplet: DF, 82 and DF. RGB value is (223,130,223). Sum of RGB (Red+Green+Blue) = 223+130+223=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF82DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82DF is #207D20. Grayscale: #A8A8A8. Windows color (decimal): -2129185 or 14648031. OLE color: 14648031.
HSL color Cylindrical-coordinate representation of color #DF82DF: hue angle of 300º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF82DF is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 223 | - |
| CMYK | 0 | 0.42 | 0 | 0.13 |
| HSL | 300º | 0.59% | 0.69% | - |
| HSV(B) | 300º | 0.42% | 0.87% | - |
| XYZ | 51.73 | 36.98 | 74.22 | - |
| YUV | 168.41 | 158.81 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 223 | 0 | 0.42 | 0 | 0.13 | 300 | 0.59 | 0.69 |
| Hex | DF | 82 | DF | 0 | 2A | 0 | D | 12C | 3B | 45 |
| Octal | 337 | 202 | 337 | 0 | 52 | 0 | 15 | 454 | 73 | 105 |
| Binary | 11011111 | 10000010 | 11011111 | 0 | 101010 | 0 | 1101 | 100101100 | 111011 | 1000101 |
Color Harmonies of #DF82DF
Complementary color
Monochromatic Colors of #DF82DF
Black with #DF82DF
Text Example
Text Example
White with #DF82DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF82DF; }
p { color: rgb(223,130,223); }
H1.HeaderClassName
{
color: #DF82DF;
}
.AnyTagClassName
{
color: #DF82DF;
}
</style>
background-color css
<style>
a { background-color: #DF82DF; }
a { background-color: rgb(223,130,223); }
div.DivClassName
{
background-color: #DF82DF;
}
.BgClassName
{
background-color: #DF82DF;
}
</style>
border-color css
<style>
span { border-color: #DF82DF; }
span { border-color: rgb(223,130,223); }
td.TdClassName
{
border-color: #DF82DF;
}
.TagClassName
{
border-color: #DF82DF;
}
</style>