Shades of Orchid #DF6FE9
Tints of Orchid #DF6FE9
RGB
CMYK
RGB Variations
Color information
#DF6FE9 (or 0xDF6FE9) is known color: Orchid. HEX triplet: DF, 6F and E9. RGB value is (223,111,233). Sum of RGB (Red+Green+Blue) = 223+111+233=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF6FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6FE9 is #209016. Grayscale: #9E9E9E. Windows color (decimal): -2134039 or 15298527. OLE color: 15298527.
HSL color Cylindrical-coordinate representation of color #DF6FE9: hue angle of 295.08º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6FE9 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 111 | 233 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.09 |
| HSL | 295.08º | 0.73% | 0.67% | - |
| HSV(B) | 295.08º | 0.52% | 0.91% | - |
| XYZ | 50.82 | 32.94 | 80.77 | - |
| YUV | 158.4 | 170.11 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 233 | 0.04 | 0.52 | 0 | 0.09 | 295.08 | 0.73 | 0.67 |
| Hex | DF | 6F | E9 | 4 | 34 | 0 | 9 | 127 | 49 | 43 |
| Octal | 337 | 157 | 351 | 4 | 64 | 0 | 11 | 447 | 111 | 103 |
| Binary | 11011111 | 1101111 | 11101001 | 100 | 110100 | 0 | 1001 | 100100111 | 1001001 | 1000011 |
Color Harmonies of #DF6FE9
Complementary color
Monochromatic Colors of #DF6FE9
Black with #DF6FE9
Text Example
Text Example
White with #DF6FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6FE9; }
p { color: rgb(223,111,233); }
H1.HeaderClassName
{
color: #DF6FE9;
}
.AnyTagClassName
{
color: #DF6FE9;
}
</style>
background-color css
<style>
a { background-color: #DF6FE9; }
a { background-color: rgb(223,111,233); }
div.DivClassName
{
background-color: #DF6FE9;
}
.BgClassName
{
background-color: #DF6FE9;
}
</style>
border-color css
<style>
span { border-color: #DF6FE9; }
span { border-color: rgb(223,111,233); }
td.TdClassName
{
border-color: #DF6FE9;
}
.TagClassName
{
border-color: #DF6FE9;
}
</style>