Shades of Orchid #DF71E7
Tints of Orchid #DF71E7
RGB
CMYK
RGB Variations
Color information
#DF71E7 (or 0xDF71E7) is known color: Orchid. HEX triplet: DF, 71 and E7. RGB value is (223,113,231). Sum of RGB (Red+Green+Blue) = 223+113+231=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #DF71E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF71E7 is #208E18. Grayscale: #9E9E9E. Windows color (decimal): -2133529 or 15167967. OLE color: 15167967.
HSL color Cylindrical-coordinate representation of color #DF71E7: hue angle of 295.93º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF71E7 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 113 | 231 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.09 |
| HSL | 295.93º | 0.71% | 0.67% | - |
| HSV(B) | 295.93º | 0.51% | 0.91% | - |
| XYZ | 50.76 | 33.27 | 79.35 | - |
| YUV | 159.34 | 168.44 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 231 | 0.03 | 0.51 | 0 | 0.09 | 295.93 | 0.71 | 0.67 |
| Hex | DF | 71 | E7 | 3 | 33 | 0 | 9 | 128 | 47 | 43 |
| Octal | 337 | 161 | 347 | 3 | 63 | 0 | 11 | 450 | 107 | 103 |
| Binary | 11011111 | 1110001 | 11100111 | 11 | 110011 | 0 | 1001 | 100101000 | 1000111 | 1000011 |
Color Harmonies of #DF71E7
Complementary color
Monochromatic Colors of #DF71E7
Black with #DF71E7
Text Example
Text Example
White with #DF71E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF71E7; }
p { color: rgb(223,113,231); }
H1.HeaderClassName
{
color: #DF71E7;
}
.AnyTagClassName
{
color: #DF71E7;
}
</style>
background-color css
<style>
a { background-color: #DF71E7; }
a { background-color: rgb(223,113,231); }
div.DivClassName
{
background-color: #DF71E7;
}
.BgClassName
{
background-color: #DF71E7;
}
</style>
border-color css
<style>
span { border-color: #DF71E7; }
span { border-color: rgb(223,113,231); }
td.TdClassName
{
border-color: #DF71E7;
}
.TagClassName
{
border-color: #DF71E7;
}
</style>