Shades of Orchid #DE70DF
Tints of Orchid #DE70DF
RGB
CMYK
RGB Variations
Color information
#DE70DF (or 0xDE70DF) is known color: Orchid. HEX triplet: DE, 70 and DF. RGB value is (222,112,223). Sum of RGB (Red+Green+Blue) = 222+112+223=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE70DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE70DF is #218F20. Grayscale: #9D9D9D. Windows color (decimal): -2199329 or 14643422. OLE color: 14643422.
HSL color Cylindrical-coordinate representation of color #DE70DF: hue angle of 299.46º 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 #DE70DF is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 112 | 223 | - |
| CMYK | 0.00 | 0.50 | 0 | 0.13 |
| HSL | 299.46º | 0.63% | 0.66% | - |
| HSV(B) | 299.46º | 0.5% | 0.87% | - |
| XYZ | 49.24 | 32.45 | 73.48 | - |
| YUV | 157.54 | 164.94 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 112 | 223 | 0.00 | 0.50 | 0 | 0.13 | 299.46 | 0.63 | 0.66 |
| Hex | DE | 70 | DF | 0 | 32 | 0 | D | 12B | 3F | 42 |
| Octal | 336 | 160 | 337 | 0 | 62 | 0 | 15 | 453 | 77 | 102 |
| Binary | 11011110 | 1110000 | 11011111 | 0 | 110010 | 0 | 1101 | 100101011 | 111111 | 1000010 |
Color Harmonies of #DE70DF
Complementary color
Monochromatic Colors of #DE70DF
Black with #DE70DF
Text Example
Text Example
White with #DE70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE70DF; }
p { color: rgb(222,112,223); }
H1.HeaderClassName
{
color: #DE70DF;
}
.AnyTagClassName
{
color: #DE70DF;
}
</style>
background-color css
<style>
a { background-color: #DE70DF; }
a { background-color: rgb(222,112,223); }
div.DivClassName
{
background-color: #DE70DF;
}
.BgClassName
{
background-color: #DE70DF;
}
</style>
border-color css
<style>
span { border-color: #DE70DF; }
span { border-color: rgb(222,112,223); }
td.TdClassName
{
border-color: #DE70DF;
}
.TagClassName
{
border-color: #DE70DF;
}
</style>