Shades of Orchid #DE7CDF
Tints of Orchid #DE7CDF
RGB
CMYK
RGB Variations
Color information
#DE7CDF (or 0xDE7CDF) is known color: Orchid. HEX triplet: DE, 7C and DF. RGB value is (222,124,223). Sum of RGB (Red+Green+Blue) = 222+124+223=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE7CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7CDF is #218320. Grayscale: #A4A4A4. Windows color (decimal): -2196257 or 14646494. OLE color: 14646494.
HSL color Cylindrical-coordinate representation of color #DE7CDF: hue angle of 299.39º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7CDF is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 124 | 223 | - |
| CMYK | 0.00 | 0.44 | 0 | 0.13 |
| HSL | 299.39º | 0.61% | 0.68% | - |
| HSV(B) | 299.39º | 0.44% | 0.87% | - |
| XYZ | 50.65 | 35.27 | 73.95 | - |
| YUV | 164.59 | 160.97 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 124 | 223 | 0.00 | 0.44 | 0 | 0.13 | 299.39 | 0.61 | 0.68 |
| Hex | DE | 7C | DF | 0 | 2C | 0 | D | 12B | 3D | 44 |
| Octal | 336 | 174 | 337 | 0 | 54 | 0 | 15 | 453 | 75 | 104 |
| Binary | 11011110 | 1111100 | 11011111 | 0 | 101100 | 0 | 1101 | 100101011 | 111101 | 1000100 |
Color Harmonies of #DE7CDF
Complementary color
Monochromatic Colors of #DE7CDF
Black with #DE7CDF
Text Example
Text Example
White with #DE7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7CDF; }
p { color: rgb(222,124,223); }
H1.HeaderClassName
{
color: #DE7CDF;
}
.AnyTagClassName
{
color: #DE7CDF;
}
</style>
background-color css
<style>
a { background-color: #DE7CDF; }
a { background-color: rgb(222,124,223); }
div.DivClassName
{
background-color: #DE7CDF;
}
.BgClassName
{
background-color: #DE7CDF;
}
</style>
border-color css
<style>
span { border-color: #DE7CDF; }
span { border-color: rgb(222,124,223); }
td.TdClassName
{
border-color: #DE7CDF;
}
.TagClassName
{
border-color: #DE7CDF;
}
</style>