Shades of Orchid #DF70BF
Tints of Orchid #DF70BF
RGB
CMYK
RGB Variations
Color information
#DF70BF (or 0xDF70BF) is known color: Orchid. HEX triplet: DF, 70 and BF. RGB value is (223,112,191). Sum of RGB (Red+Green+Blue) = 223+112+191=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70BF is #208F40. Grayscale: #999999. Windows color (decimal): -2133825 or 12546271. OLE color: 12546271.
HSL color Cylindrical-coordinate representation of color #DF70BF: hue angle of 317.3º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF70BF is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 191 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.13 |
| HSL | 317.3º | 0.63% | 0.66% | - |
| HSV(B) | 317.3º | 0.5% | 0.87% | - |
| XYZ | 45.63 | 31.04 | 52.88 | - |
| YUV | 154.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 191 | 0 | 0.50 | 0.14 | 0.13 | 317.3 | 0.63 | 0.66 |
| Hex | DF | 70 | BF | 0 | 32 | E | D | 13D | 3F | 42 |
| Octal | 337 | 160 | 277 | 0 | 62 | 16 | 15 | 475 | 77 | 102 |
| Binary | 11011111 | 1110000 | 10111111 | 0 | 110010 | 1110 | 1101 | 100111101 | 111111 | 1000010 |
Color Harmonies of #DF70BF
Complementary color
Monochromatic Colors of #DF70BF
Black with #DF70BF
Text Example
Text Example
White with #DF70BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70BF; }
p { color: rgb(223,112,191); }
H1.HeaderClassName
{
color: #DF70BF;
}
.AnyTagClassName
{
color: #DF70BF;
}
</style>
background-color css
<style>
a { background-color: #DF70BF; }
a { background-color: rgb(223,112,191); }
div.DivClassName
{
background-color: #DF70BF;
}
.BgClassName
{
background-color: #DF70BF;
}
</style>
border-color css
<style>
span { border-color: #DF70BF; }
span { border-color: rgb(223,112,191); }
td.TdClassName
{
border-color: #DF70BF;
}
.TagClassName
{
border-color: #DF70BF;
}
</style>