Shades of Orchid #DF82DB
Tints of Orchid #DF82DB
RGB
CMYK
RGB Variations
Color information
#DF82DB (or 0xDF82DB) is known color: Orchid. HEX triplet: DF, 82 and DB. RGB value is (223,130,219). Sum of RGB (Red+Green+Blue) = 223+130+219=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82DB is #207D24. Grayscale: #A7A7A7. Windows color (decimal): -2129189 or 14385887. OLE color: 14385887.
HSL color Cylindrical-coordinate representation of color #DF82DB: hue angle of 302.58º 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 #DF82DB is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 219 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.13 |
| HSL | 302.58º | 0.59% | 0.69% | - |
| HSV(B) | 302.58º | 0.42% | 0.87% | - |
| XYZ | 51.2 | 36.77 | 71.42 | - |
| YUV | 167.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 219 | 0 | 0.42 | 0.02 | 0.13 | 302.58 | 0.59 | 0.69 |
| Hex | DF | 82 | DB | 0 | 2A | 2 | D | 12F | 3B | 45 |
| Octal | 337 | 202 | 333 | 0 | 52 | 2 | 15 | 457 | 73 | 105 |
| Binary | 11011111 | 10000010 | 11011011 | 0 | 101010 | 10 | 1101 | 100101111 | 111011 | 1000101 |
Color Harmonies of #DF82DB
Complementary color
Monochromatic Colors of #DF82DB
Black with #DF82DB
Text Example
Text Example
White with #DF82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF82DB; }
p { color: rgb(223,130,219); }
H1.HeaderClassName
{
color: #DF82DB;
}
.AnyTagClassName
{
color: #DF82DB;
}
</style>
background-color css
<style>
a { background-color: #DF82DB; }
a { background-color: rgb(223,130,219); }
div.DivClassName
{
background-color: #DF82DB;
}
.BgClassName
{
background-color: #DF82DB;
}
</style>
border-color css
<style>
span { border-color: #DF82DB; }
span { border-color: rgb(223,130,219); }
td.TdClassName
{
border-color: #DF82DB;
}
.TagClassName
{
border-color: #DF82DB;
}
</style>