Shades of Orchid #DF70DA
Tints of Orchid #DF70DA
RGB
CMYK
RGB Variations
Color information
#DF70DA (or 0xDF70DA) is known color: Orchid. HEX triplet: DF, 70 and DA. RGB value is (223,112,218). Sum of RGB (Red+Green+Blue) = 223+112+218=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70DA is #208F25. Grayscale: #9C9C9C. Windows color (decimal): -2133798 or 14315743. OLE color: 14315743.
HSL color Cylindrical-coordinate representation of color #DF70DA: hue angle of 302.7º 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 #DF70DA is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 218 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.13 |
| HSL | 302.7º | 0.63% | 0.66% | - |
| HSV(B) | 302.7º | 0.5% | 0.87% | - |
| XYZ | 48.88 | 32.34 | 70 | - |
| YUV | 157.27 | 162.27 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 218 | 0 | 0.50 | 0.02 | 0.13 | 302.7 | 0.63 | 0.66 |
| Hex | DF | 70 | DA | 0 | 32 | 2 | D | 12F | 3F | 42 |
| Octal | 337 | 160 | 332 | 0 | 62 | 2 | 15 | 457 | 77 | 102 |
| Binary | 11011111 | 1110000 | 11011010 | 0 | 110010 | 10 | 1101 | 100101111 | 111111 | 1000010 |
Color Harmonies of #DF70DA
Complementary color
Monochromatic Colors of #DF70DA
Black with #DF70DA
Text Example
Text Example
White with #DF70DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70DA; }
p { color: rgb(223,112,218); }
H1.HeaderClassName
{
color: #DF70DA;
}
.AnyTagClassName
{
color: #DF70DA;
}
</style>
background-color css
<style>
a { background-color: #DF70DA; }
a { background-color: rgb(223,112,218); }
div.DivClassName
{
background-color: #DF70DA;
}
.BgClassName
{
background-color: #DF70DA;
}
</style>
border-color css
<style>
span { border-color: #DF70DA; }
span { border-color: rgb(223,112,218); }
td.TdClassName
{
border-color: #DF70DA;
}
.TagClassName
{
border-color: #DF70DA;
}
</style>