Shades of Orchid #DF6ABF
Tints of Orchid #DF6ABF
RGB
CMYK
RGB Variations
Color information
#DF6ABF (or 0xDF6ABF) is known color: Orchid. HEX triplet: DF, 6A and BF. RGB value is (223,106,191). Sum of RGB (Red+Green+Blue) = 223+106+191=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6ABF is #209540. Grayscale: #969696. Windows color (decimal): -2135361 or 12544735. OLE color: 12544735.
HSL color Cylindrical-coordinate representation of color #DF6ABF: hue angle of 316.41º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6ABF is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 106 | 191 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.13 |
| HSL | 316.41º | 0.65% | 0.65% | - |
| HSV(B) | 316.41º | 0.52% | 0.87% | - |
| XYZ | 44.99 | 29.76 | 52.66 | - |
| YUV | 150.67 | 150.76 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 191 | 0 | 0.52 | 0.14 | 0.13 | 316.41 | 0.65 | 0.65 |
| Hex | DF | 6A | BF | 0 | 34 | E | D | 13C | 41 | 41 |
| Octal | 337 | 152 | 277 | 0 | 64 | 16 | 15 | 474 | 101 | 101 |
| Binary | 11011111 | 1101010 | 10111111 | 0 | 110100 | 1110 | 1101 | 100111100 | 1000001 | 1000001 |
Color Harmonies of #DF6ABF
Complementary color
Monochromatic Colors of #DF6ABF
Black with #DF6ABF
Text Example
Text Example
White with #DF6ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6ABF; }
p { color: rgb(223,106,191); }
H1.HeaderClassName
{
color: #DF6ABF;
}
.AnyTagClassName
{
color: #DF6ABF;
}
</style>
background-color css
<style>
a { background-color: #DF6ABF; }
a { background-color: rgb(223,106,191); }
div.DivClassName
{
background-color: #DF6ABF;
}
.BgClassName
{
background-color: #DF6ABF;
}
</style>
border-color css
<style>
span { border-color: #DF6ABF; }
span { border-color: rgb(223,106,191); }
td.TdClassName
{
border-color: #DF6ABF;
}
.TagClassName
{
border-color: #DF6ABF;
}
</style>