Shades of Orchid #DF6ED0
Tints of Orchid #DF6ED0
RGB
CMYK
RGB Variations
Color information
#DF6ED0 (or 0xDF6ED0) is known color: Orchid. HEX triplet: DF, 6E and D0. RGB value is (223,110,208). Sum of RGB (Red+Green+Blue) = 223+110+208=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6ED0 is #20912F. Grayscale: #9A9A9A. Windows color (decimal): -2134320 or 13659871. OLE color: 13659871.
HSL color Cylindrical-coordinate representation of color #DF6ED0: hue angle of 307.96º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6ED0 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 110 | 208 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.13 |
| HSL | 307.96º | 0.64% | 0.65% | - |
| HSV(B) | 307.96º | 0.51% | 0.87% | - |
| XYZ | 47.39 | 31.39 | 63.24 | - |
| YUV | 154.96 | 157.94 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 208 | 0 | 0.51 | 0.07 | 0.13 | 307.96 | 0.64 | 0.65 |
| Hex | DF | 6E | D0 | 0 | 33 | 7 | D | 134 | 40 | 41 |
| Octal | 337 | 156 | 320 | 0 | 63 | 7 | 15 | 464 | 100 | 101 |
| Binary | 11011111 | 1101110 | 11010000 | 0 | 110011 | 111 | 1101 | 100110100 | 1000000 | 1000001 |
Color Harmonies of #DF6ED0
Complementary color
Monochromatic Colors of #DF6ED0
Black with #DF6ED0
Text Example
Text Example
White with #DF6ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6ED0; }
p { color: rgb(223,110,208); }
H1.HeaderClassName
{
color: #DF6ED0;
}
.AnyTagClassName
{
color: #DF6ED0;
}
</style>
background-color css
<style>
a { background-color: #DF6ED0; }
a { background-color: rgb(223,110,208); }
div.DivClassName
{
background-color: #DF6ED0;
}
.BgClassName
{
background-color: #DF6ED0;
}
</style>
border-color css
<style>
span { border-color: #DF6ED0; }
span { border-color: rgb(223,110,208); }
td.TdClassName
{
border-color: #DF6ED0;
}
.TagClassName
{
border-color: #DF6ED0;
}
</style>