Shades of Orchid #DE70D0
Tints of Orchid #DE70D0
RGB
CMYK
RGB Variations
Color information
#DE70D0 (or 0xDE70D0) is known color: Orchid. HEX triplet: DE, 70 and D0. RGB value is (222,112,208). Sum of RGB (Red+Green+Blue) = 222+112+208=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DE70D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE70D0 is #218F2F. Grayscale: #9B9B9B. Windows color (decimal): -2199344 or 13660382. OLE color: 13660382.
HSL color Cylindrical-coordinate representation of color #DE70D0: hue angle of 307.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE70D0 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 112 | 208 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.13 |
| HSL | 307.64º | 0.63% | 0.65% | - |
| HSV(B) | 307.64º | 0.5% | 0.87% | - |
| XYZ | 47.3 | 31.67 | 63.29 | - |
| YUV | 155.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 112 | 208 | 0 | 0.50 | 0.06 | 0.13 | 307.64 | 0.63 | 0.65 |
| Hex | DE | 70 | D0 | 0 | 32 | 6 | D | 134 | 3E | 41 |
| Octal | 336 | 160 | 320 | 0 | 62 | 6 | 15 | 464 | 76 | 101 |
| Binary | 11011110 | 1110000 | 11010000 | 0 | 110010 | 110 | 1101 | 100110100 | 111110 | 1000001 |
Color Harmonies of #DE70D0
Complementary color
Monochromatic Colors of #DE70D0
Black with #DE70D0
Text Example
Text Example
White with #DE70D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE70D0; }
p { color: rgb(222,112,208); }
H1.HeaderClassName
{
color: #DE70D0;
}
.AnyTagClassName
{
color: #DE70D0;
}
</style>
background-color css
<style>
a { background-color: #DE70D0; }
a { background-color: rgb(222,112,208); }
div.DivClassName
{
background-color: #DE70D0;
}
.BgClassName
{
background-color: #DE70D0;
}
</style>
border-color css
<style>
span { border-color: #DE70D0; }
span { border-color: rgb(222,112,208); }
td.TdClassName
{
border-color: #DE70D0;
}
.TagClassName
{
border-color: #DE70D0;
}
</style>