Shades of Orchid #DF71E1
Tints of Orchid #DF71E1
RGB
CMYK
RGB Variations
Color information
#DF71E1 (or 0xDF71E1) is known color: Orchid. HEX triplet: DF, 71 and E1. RGB value is (223,113,225). Sum of RGB (Red+Green+Blue) = 223+113+225=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF71E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF71E1 is #208E1E. Grayscale: #9E9E9E. Windows color (decimal): -2133535 or 14774751. OLE color: 14774751.
HSL color Cylindrical-coordinate representation of color #DF71E1: hue angle of 298.93º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF71E1 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 113 | 225 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.12 |
| HSL | 298.93º | 0.65% | 0.66% | - |
| HSV(B) | 298.93º | 0.5% | 0.88% | - |
| XYZ | 49.93 | 32.93 | 74.96 | - |
| YUV | 158.66 | 165.44 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 225 | 0.01 | 0.50 | 0 | 0.12 | 298.93 | 0.65 | 0.66 |
| Hex | DF | 71 | E1 | 1 | 32 | 0 | C | 12B | 41 | 42 |
| Octal | 337 | 161 | 341 | 1 | 62 | 0 | 14 | 453 | 101 | 102 |
| Binary | 11011111 | 1110001 | 11100001 | 1 | 110010 | 0 | 1100 | 100101011 | 1000001 | 1000010 |
Color Harmonies of #DF71E1
Complementary color
Monochromatic Colors of #DF71E1
Black with #DF71E1
Text Example
Text Example
White with #DF71E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF71E1; }
p { color: rgb(223,113,225); }
H1.HeaderClassName
{
color: #DF71E1;
}
.AnyTagClassName
{
color: #DF71E1;
}
</style>
background-color css
<style>
a { background-color: #DF71E1; }
a { background-color: rgb(223,113,225); }
div.DivClassName
{
background-color: #DF71E1;
}
.BgClassName
{
background-color: #DF71E1;
}
</style>
border-color css
<style>
span { border-color: #DF71E1; }
span { border-color: rgb(223,113,225); }
td.TdClassName
{
border-color: #DF71E1;
}
.TagClassName
{
border-color: #DF71E1;
}
</style>