Shades of Orchid #DF82DC
Tints of Orchid #DF82DC
RGB
CMYK
RGB Variations
Color information
#DF82DC (or 0xDF82DC) is known color: Orchid. HEX triplet: DF, 82 and DC. RGB value is (223,130,220). Sum of RGB (Red+Green+Blue) = 223+130+220=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82DC is #207D23. Grayscale: #A7A7A7. Windows color (decimal): -2129188 or 14451423. OLE color: 14451423.
HSL color Cylindrical-coordinate representation of color #DF82DC: hue angle of 301.94º 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 #DF82DC is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 220 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.13 |
| HSL | 301.94º | 0.59% | 0.69% | - |
| HSV(B) | 301.94º | 0.42% | 0.87% | - |
| XYZ | 51.33 | 36.82 | 72.11 | - |
| YUV | 168.07 | 157.31 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 220 | 0 | 0.42 | 0.01 | 0.13 | 301.94 | 0.59 | 0.69 |
| Hex | DF | 82 | DC | 0 | 2A | 1 | D | 12E | 3B | 45 |
| Octal | 337 | 202 | 334 | 0 | 52 | 1 | 15 | 456 | 73 | 105 |
| Binary | 11011111 | 10000010 | 11011100 | 0 | 101010 | 1 | 1101 | 100101110 | 111011 | 1000101 |
Color Harmonies of #DF82DC
Complementary color
Monochromatic Colors of #DF82DC
Black with #DF82DC
Text Example
Text Example
White with #DF82DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF82DC; }
p { color: rgb(223,130,220); }
H1.HeaderClassName
{
color: #DF82DC;
}
.AnyTagClassName
{
color: #DF82DC;
}
</style>
background-color css
<style>
a { background-color: #DF82DC; }
a { background-color: rgb(223,130,220); }
div.DivClassName
{
background-color: #DF82DC;
}
.BgClassName
{
background-color: #DF82DC;
}
</style>
border-color css
<style>
span { border-color: #DF82DC; }
span { border-color: rgb(223,130,220); }
td.TdClassName
{
border-color: #DF82DC;
}
.TagClassName
{
border-color: #DF82DC;
}
</style>