Shades of Orchid #DF71EA
Tints of Orchid #DF71EA
RGB
CMYK
RGB Variations
Color information
#DF71EA (or 0xDF71EA) is known color: Orchid. HEX triplet: DF, 71 and EA. RGB value is (223,113,234). Sum of RGB (Red+Green+Blue) = 223+113+234=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 113 (44.53% from 255 or 19.82% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF71EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF71EA is #208E15. Grayscale: #9F9F9F. Windows color (decimal): -2133526 or 15364575. OLE color: 15364575.
HSL color Cylindrical-coordinate representation of color #DF71EA: hue angle of 294.55º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF71EA is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 113 | 234 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.08 |
| HSL | 294.55º | 0.74% | 0.68% | - |
| HSV(B) | 294.55º | 0.52% | 0.92% | - |
| XYZ | 51.19 | 33.44 | 81.6 | - |
| YUV | 159.68 | 169.94 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 234 | 0.05 | 0.52 | 0 | 0.08 | 294.55 | 0.74 | 0.68 |
| Hex | DF | 71 | EA | 5 | 34 | 0 | 8 | 127 | 4A | 44 |
| Octal | 337 | 161 | 352 | 5 | 64 | 0 | 10 | 447 | 112 | 104 |
| Binary | 11011111 | 1110001 | 11101010 | 101 | 110100 | 0 | 1000 | 100100111 | 1001010 | 1000100 |
Color Harmonies of #DF71EA
Complementary color
Monochromatic Colors of #DF71EA
Black with #DF71EA
Text Example
Text Example
White with #DF71EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF71EA; }
p { color: rgb(223,113,234); }
H1.HeaderClassName
{
color: #DF71EA;
}
.AnyTagClassName
{
color: #DF71EA;
}
</style>
background-color css
<style>
a { background-color: #DF71EA; }
a { background-color: rgb(223,113,234); }
div.DivClassName
{
background-color: #DF71EA;
}
.BgClassName
{
background-color: #DF71EA;
}
</style>
border-color css
<style>
span { border-color: #DF71EA; }
span { border-color: rgb(223,113,234); }
td.TdClassName
{
border-color: #DF71EA;
}
.TagClassName
{
border-color: #DF71EA;
}
</style>