Shades of Orchid #DF6EBF
Tints of Orchid #DF6EBF
RGB
CMYK
RGB Variations
Color information
#DF6EBF (or 0xDF6EBF) is known color: Orchid. HEX triplet: DF, 6E and BF. RGB value is (223,110,191). Sum of RGB (Red+Green+Blue) = 223+110+191=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6EBF is #209140. Grayscale: #989898. Windows color (decimal): -2134337 or 12545759. OLE color: 12545759.
HSL color Cylindrical-coordinate representation of color #DF6EBF: hue angle of 316.99º 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 #DF6EBF is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 110 | 191 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.13 |
| HSL | 316.99º | 0.64% | 0.65% | - |
| HSV(B) | 316.99º | 0.51% | 0.87% | - |
| XYZ | 45.41 | 30.6 | 52.8 | - |
| YUV | 153.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 191 | 0 | 0.51 | 0.14 | 0.13 | 316.99 | 0.64 | 0.65 |
| Hex | DF | 6E | BF | 0 | 33 | E | D | 13D | 40 | 41 |
| Octal | 337 | 156 | 277 | 0 | 63 | 16 | 15 | 475 | 100 | 101 |
| Binary | 11011111 | 1101110 | 10111111 | 0 | 110011 | 1110 | 1101 | 100111101 | 1000000 | 1000001 |
Color Harmonies of #DF6EBF
Complementary color
Monochromatic Colors of #DF6EBF
Black with #DF6EBF
Text Example
Text Example
White with #DF6EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6EBF; }
p { color: rgb(223,110,191); }
H1.HeaderClassName
{
color: #DF6EBF;
}
.AnyTagClassName
{
color: #DF6EBF;
}
</style>
background-color css
<style>
a { background-color: #DF6EBF; }
a { background-color: rgb(223,110,191); }
div.DivClassName
{
background-color: #DF6EBF;
}
.BgClassName
{
background-color: #DF6EBF;
}
</style>
border-color css
<style>
span { border-color: #DF6EBF; }
span { border-color: rgb(223,110,191); }
td.TdClassName
{
border-color: #DF6EBF;
}
.TagClassName
{
border-color: #DF6EBF;
}
</style>