Shades of Orchid #DF70C1
Tints of Orchid #DF70C1
RGB
CMYK
RGB Variations
Color information
#DF70C1 (or 0xDF70C1) is known color: Orchid. HEX triplet: DF, 70 and C1. RGB value is (223,112,193). Sum of RGB (Red+Green+Blue) = 223+112+193=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70C1 is #208F3E. Grayscale: #9A9A9A. Windows color (decimal): -2133823 or 12677343. OLE color: 12677343.
HSL color Cylindrical-coordinate representation of color #DF70C1: hue angle of 316.22º 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 #DF70C1 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 193 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.13 |
| HSL | 316.22º | 0.63% | 0.66% | - |
| HSV(B) | 316.22º | 0.5% | 0.87% | - |
| XYZ | 45.85 | 31.13 | 54.04 | - |
| YUV | 154.42 | 149.77 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 193 | 0 | 0.50 | 0.13 | 0.13 | 316.22 | 0.63 | 0.66 |
| Hex | DF | 70 | C1 | 0 | 32 | D | D | 13C | 3F | 42 |
| Octal | 337 | 160 | 301 | 0 | 62 | 15 | 15 | 474 | 77 | 102 |
| Binary | 11011111 | 1110000 | 11000001 | 0 | 110010 | 1101 | 1101 | 100111100 | 111111 | 1000010 |
Color Harmonies of #DF70C1
Complementary color
Monochromatic Colors of #DF70C1
Black with #DF70C1
Text Example
Text Example
White with #DF70C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70C1; }
p { color: rgb(223,112,193); }
H1.HeaderClassName
{
color: #DF70C1;
}
.AnyTagClassName
{
color: #DF70C1;
}
</style>
background-color css
<style>
a { background-color: #DF70C1; }
a { background-color: rgb(223,112,193); }
div.DivClassName
{
background-color: #DF70C1;
}
.BgClassName
{
background-color: #DF70C1;
}
</style>
border-color css
<style>
span { border-color: #DF70C1; }
span { border-color: rgb(223,112,193); }
td.TdClassName
{
border-color: #DF70C1;
}
.TagClassName
{
border-color: #DF70C1;
}
</style>