Shades of Orchid #DF71E9
Tints of Orchid #DF71E9
RGB
CMYK
RGB Variations
Color information
#DF71E9 (or 0xDF71E9) is known color: Orchid. HEX triplet: DF, 71 and E9. RGB value is (223,113,233). Sum of RGB (Red+Green+Blue) = 223+113+233=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 233 (91.41% from 255 or 40.95% from 569); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF71E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF71E9 is #208E16. Grayscale: #9F9F9F. Windows color (decimal): -2133527 or 15299039. OLE color: 15299039.
HSL color Cylindrical-coordinate representation of color #DF71E9: hue angle of 295º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF71E9 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 113 | 233 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.09 |
| HSL | 295º | 0.73% | 0.68% | - |
| HSV(B) | 295º | 0.52% | 0.91% | - |
| XYZ | 51.04 | 33.38 | 80.84 | - |
| YUV | 159.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 233 | 0.04 | 0.52 | 0 | 0.09 | 295 | 0.73 | 0.68 |
| Hex | DF | 71 | E9 | 4 | 34 | 0 | 9 | 127 | 49 | 44 |
| Octal | 337 | 161 | 351 | 4 | 64 | 0 | 11 | 447 | 111 | 104 |
| Binary | 11011111 | 1110001 | 11101001 | 100 | 110100 | 0 | 1001 | 100100111 | 1001001 | 1000100 |
Color Harmonies of #DF71E9
Complementary color
Monochromatic Colors of #DF71E9
Black with #DF71E9
Text Example
Text Example
White with #DF71E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF71E9; }
p { color: rgb(223,113,233); }
H1.HeaderClassName
{
color: #DF71E9;
}
.AnyTagClassName
{
color: #DF71E9;
}
</style>
background-color css
<style>
a { background-color: #DF71E9; }
a { background-color: rgb(223,113,233); }
div.DivClassName
{
background-color: #DF71E9;
}
.BgClassName
{
background-color: #DF71E9;
}
</style>
border-color css
<style>
span { border-color: #DF71E9; }
span { border-color: rgb(223,113,233); }
td.TdClassName
{
border-color: #DF71E9;
}
.TagClassName
{
border-color: #DF71E9;
}
</style>