Shades of Orchid #DF82DA
Tints of Orchid #DF82DA
RGB
CMYK
RGB Variations
Color information
#DF82DA (or 0xDF82DA) is known color: Orchid. HEX triplet: DF, 82 and DA. RGB value is (223,130,218). Sum of RGB (Red+Green+Blue) = 223+130+218=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82DA is #207D25. Grayscale: #A7A7A7. Windows color (decimal): -2129190 or 14320351. OLE color: 14320351.
HSL color Cylindrical-coordinate representation of color #DF82DA: hue angle of 303.23º 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 #DF82DA is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 218 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.13 |
| HSL | 303.23º | 0.59% | 0.69% | - |
| HSV(B) | 303.23º | 0.42% | 0.87% | - |
| XYZ | 51.07 | 36.72 | 70.72 | - |
| YUV | 167.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 218 | 0 | 0.42 | 0.02 | 0.13 | 303.23 | 0.59 | 0.69 |
| Hex | DF | 82 | DA | 0 | 2A | 2 | D | 12F | 3B | 45 |
| Octal | 337 | 202 | 332 | 0 | 52 | 2 | 15 | 457 | 73 | 105 |
| Binary | 11011111 | 10000010 | 11011010 | 0 | 101010 | 10 | 1101 | 100101111 | 111011 | 1000101 |
Color Harmonies of #DF82DA
Complementary color
Monochromatic Colors of #DF82DA
Black with #DF82DA
Text Example
Text Example
White with #DF82DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF82DA; }
p { color: rgb(223,130,218); }
H1.HeaderClassName
{
color: #DF82DA;
}
.AnyTagClassName
{
color: #DF82DA;
}
</style>
background-color css
<style>
a { background-color: #DF82DA; }
a { background-color: rgb(223,130,218); }
div.DivClassName
{
background-color: #DF82DA;
}
.BgClassName
{
background-color: #DF82DA;
}
</style>
border-color css
<style>
span { border-color: #DF82DA; }
span { border-color: rgb(223,130,218); }
td.TdClassName
{
border-color: #DF82DA;
}
.TagClassName
{
border-color: #DF82DA;
}
</style>