Shades of Orchid #DF71DC
Tints of Orchid #DF71DC
RGB
CMYK
RGB Variations
Color information
#DF71DC (or 0xDF71DC) is known color: Orchid. HEX triplet: DF, 71 and DC. RGB value is (223,113,220). Sum of RGB (Red+Green+Blue) = 223+113+220=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DF71DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF71DC is #208E23. Grayscale: #9D9D9D. Windows color (decimal): -2133540 or 14447071. OLE color: 14447071.
HSL color Cylindrical-coordinate representation of color #DF71DC: hue angle of 301.64º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF71DC is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 220 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.13 |
| HSL | 301.64º | 0.63% | 0.66% | - |
| HSV(B) | 301.64º | 0.49% | 0.87% | - |
| XYZ | 49.25 | 32.67 | 71.42 | - |
| YUV | 158.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 220 | 0 | 0.49 | 0.01 | 0.13 | 301.64 | 0.63 | 0.66 |
| Hex | DF | 71 | DC | 0 | 31 | 1 | D | 12E | 3F | 42 |
| Octal | 337 | 161 | 334 | 0 | 61 | 1 | 15 | 456 | 77 | 102 |
| Binary | 11011111 | 1110001 | 11011100 | 0 | 110001 | 1 | 1101 | 100101110 | 111111 | 1000010 |
Color Harmonies of #DF71DC
Complementary color
Monochromatic Colors of #DF71DC
Black with #DF71DC
Text Example
Text Example
White with #DF71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF71DC; }
p { color: rgb(223,113,220); }
H1.HeaderClassName
{
color: #DF71DC;
}
.AnyTagClassName
{
color: #DF71DC;
}
</style>
background-color css
<style>
a { background-color: #DF71DC; }
a { background-color: rgb(223,113,220); }
div.DivClassName
{
background-color: #DF71DC;
}
.BgClassName
{
background-color: #DF71DC;
}
</style>
border-color css
<style>
span { border-color: #DF71DC; }
span { border-color: rgb(223,113,220); }
td.TdClassName
{
border-color: #DF71DC;
}
.TagClassName
{
border-color: #DF71DC;
}
</style>