Shades of Orchid #DF6EE9
Tints of Orchid #DF6EE9
RGB
CMYK
RGB Variations
Color information
#DF6EE9 (or 0xDF6EE9) is known color: Orchid. HEX triplet: DF, 6E and E9. RGB value is (223,110,233). Sum of RGB (Red+Green+Blue) = 223+110+233=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 110 (43.36% from 255 or 19.43% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF6EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6EE9 is #209116. Grayscale: #9D9D9D. Windows color (decimal): -2134295 or 15298271. OLE color: 15298271.
HSL color Cylindrical-coordinate representation of color #DF6EE9: hue angle of 295.12º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF6EE9 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 110 | 233 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.09 |
| HSL | 295.12º | 0.74% | 0.67% | - |
| HSV(B) | 295.12º | 0.53% | 0.91% | - |
| XYZ | 50.72 | 32.72 | 80.73 | - |
| YUV | 157.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 233 | 0.04 | 0.53 | 0 | 0.09 | 295.12 | 0.74 | 0.67 |
| Hex | DF | 6E | E9 | 4 | 35 | 0 | 9 | 127 | 4A | 43 |
| Octal | 337 | 156 | 351 | 4 | 65 | 0 | 11 | 447 | 112 | 103 |
| Binary | 11011111 | 1101110 | 11101001 | 100 | 110101 | 0 | 1001 | 100100111 | 1001010 | 1000011 |
Color Harmonies of #DF6EE9
Complementary color
Monochromatic Colors of #DF6EE9
Black with #DF6EE9
Text Example
Text Example
White with #DF6EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6EE9; }
p { color: rgb(223,110,233); }
H1.HeaderClassName
{
color: #DF6EE9;
}
.AnyTagClassName
{
color: #DF6EE9;
}
</style>
background-color css
<style>
a { background-color: #DF6EE9; }
a { background-color: rgb(223,110,233); }
div.DivClassName
{
background-color: #DF6EE9;
}
.BgClassName
{
background-color: #DF6EE9;
}
</style>
border-color css
<style>
span { border-color: #DF6EE9; }
span { border-color: rgb(223,110,233); }
td.TdClassName
{
border-color: #DF6EE9;
}
.TagClassName
{
border-color: #DF6EE9;
}
</style>