Shades of Orchid #DF70CD
Tints of Orchid #DF70CD
RGB
CMYK
RGB Variations
Color information
#DF70CD (or 0xDF70CD) is known color: Orchid. HEX triplet: DF, 70 and CD. RGB value is (223,112,205). Sum of RGB (Red+Green+Blue) = 223+112+205=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70CD is #208F32. Grayscale: #9B9B9B. Windows color (decimal): -2133811 or 13463775. OLE color: 13463775.
HSL color Cylindrical-coordinate representation of color #DF70CD: hue angle of 309.73º 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 #DF70CD is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 205 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.13 |
| HSL | 309.73º | 0.63% | 0.66% | - |
| HSV(B) | 309.73º | 0.5% | 0.87% | - |
| XYZ | 47.25 | 31.68 | 61.38 | - |
| YUV | 155.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 205 | 0 | 0.50 | 0.08 | 0.13 | 309.73 | 0.63 | 0.66 |
| Hex | DF | 70 | CD | 0 | 32 | 8 | D | 136 | 3F | 42 |
| Octal | 337 | 160 | 315 | 0 | 62 | 10 | 15 | 466 | 77 | 102 |
| Binary | 11011111 | 1110000 | 11001101 | 0 | 110010 | 1000 | 1101 | 100110110 | 111111 | 1000010 |
Color Harmonies of #DF70CD
Complementary color
Monochromatic Colors of #DF70CD
Black with #DF70CD
Text Example
Text Example
White with #DF70CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70CD; }
p { color: rgb(223,112,205); }
H1.HeaderClassName
{
color: #DF70CD;
}
.AnyTagClassName
{
color: #DF70CD;
}
</style>
background-color css
<style>
a { background-color: #DF70CD; }
a { background-color: rgb(223,112,205); }
div.DivClassName
{
background-color: #DF70CD;
}
.BgClassName
{
background-color: #DF70CD;
}
</style>
border-color css
<style>
span { border-color: #DF70CD; }
span { border-color: rgb(223,112,205); }
td.TdClassName
{
border-color: #DF70CD;
}
.TagClassName
{
border-color: #DF70CD;
}
</style>