Shades of Orchid #DF82CD
Tints of Orchid #DF82CD
RGB
CMYK
RGB Variations
Color information
#DF82CD (or 0xDF82CD) is known color: Orchid. HEX triplet: DF, 82 and CD. RGB value is (223,130,205). Sum of RGB (Red+Green+Blue) = 223+130+205=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82CD is #207D32. Grayscale: #A6A6A6. Windows color (decimal): -2129203 or 13468383. OLE color: 13468383.
HSL color Cylindrical-coordinate representation of color #DF82CD: hue angle of 311.61º 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 #DF82CD is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 205 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.13 |
| HSL | 311.61º | 0.59% | 0.69% | - |
| HSV(B) | 311.61º | 0.42% | 0.87% | - |
| XYZ | 49.43 | 36.06 | 62.11 | - |
| YUV | 166.36 | 149.81 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 205 | 0 | 0.42 | 0.08 | 0.13 | 311.61 | 0.59 | 0.69 |
| Hex | DF | 82 | CD | 0 | 2A | 8 | D | 138 | 3B | 45 |
| Octal | 337 | 202 | 315 | 0 | 52 | 10 | 15 | 470 | 73 | 105 |
| Binary | 11011111 | 10000010 | 11001101 | 0 | 101010 | 1000 | 1101 | 100111000 | 111011 | 1000101 |
Color Harmonies of #DF82CD
Complementary color
Monochromatic Colors of #DF82CD
Black with #DF82CD
Text Example
Text Example
White with #DF82CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF82CD; }
p { color: rgb(223,130,205); }
H1.HeaderClassName
{
color: #DF82CD;
}
.AnyTagClassName
{
color: #DF82CD;
}
</style>
background-color css
<style>
a { background-color: #DF82CD; }
a { background-color: rgb(223,130,205); }
div.DivClassName
{
background-color: #DF82CD;
}
.BgClassName
{
background-color: #DF82CD;
}
</style>
border-color css
<style>
span { border-color: #DF82CD; }
span { border-color: rgb(223,130,205); }
td.TdClassName
{
border-color: #DF82CD;
}
.TagClassName
{
border-color: #DF82CD;
}
</style>