Shades of Orchid #DF82CE
Tints of Orchid #DF82CE
RGB
CMYK
RGB Variations
Color information
#DF82CE (or 0xDF82CE) is known color: Orchid. HEX triplet: DF, 82 and CE. RGB value is (223,130,206). Sum of RGB (Red+Green+Blue) = 223+130+206=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82CE is #207D31. Grayscale: #A6A6A6. Windows color (decimal): -2129202 or 13533919. OLE color: 13533919.
HSL color Cylindrical-coordinate representation of color #DF82CE: hue angle of 310.97º 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 #DF82CE is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 206 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.13 |
| HSL | 310.97º | 0.59% | 0.69% | - |
| HSV(B) | 310.97º | 0.42% | 0.87% | - |
| XYZ | 49.55 | 36.11 | 62.75 | - |
| YUV | 166.47 | 150.31 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 206 | 0 | 0.42 | 0.08 | 0.13 | 310.97 | 0.59 | 0.69 |
| Hex | DF | 82 | CE | 0 | 2A | 8 | D | 137 | 3B | 45 |
| Octal | 337 | 202 | 316 | 0 | 52 | 10 | 15 | 467 | 73 | 105 |
| Binary | 11011111 | 10000010 | 11001110 | 0 | 101010 | 1000 | 1101 | 100110111 | 111011 | 1000101 |
Color Harmonies of #DF82CE
Complementary color
Monochromatic Colors of #DF82CE
Black with #DF82CE
Text Example
Text Example
White with #DF82CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF82CE; }
p { color: rgb(223,130,206); }
H1.HeaderClassName
{
color: #DF82CE;
}
.AnyTagClassName
{
color: #DF82CE;
}
</style>
background-color css
<style>
a { background-color: #DF82CE; }
a { background-color: rgb(223,130,206); }
div.DivClassName
{
background-color: #DF82CE;
}
.BgClassName
{
background-color: #DF82CE;
}
</style>
border-color css
<style>
span { border-color: #DF82CE; }
span { border-color: rgb(223,130,206); }
td.TdClassName
{
border-color: #DF82CE;
}
.TagClassName
{
border-color: #DF82CE;
}
</style>