Shades of Orchid #DE7CDC
Tints of Orchid #DE7CDC
RGB
CMYK
RGB Variations
Color information
#DE7CDC (or 0xDE7CDC) is known color: Orchid. HEX triplet: DE, 7C and DC. RGB value is (222,124,220). Sum of RGB (Red+Green+Blue) = 222+124+220=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7CDC is #218323. Grayscale: #A3A3A3. Windows color (decimal): -2196260 or 14449886. OLE color: 14449886.
HSL color Cylindrical-coordinate representation of color #DE7CDC: hue angle of 301.22º degrees, saturation: 0.6, 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 #DE7CDC is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 124 | 220 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.13 |
| HSL | 301.22º | 0.6% | 0.68% | - |
| HSV(B) | 301.22º | 0.44% | 0.87% | - |
| XYZ | 50.25 | 35.11 | 71.84 | - |
| YUV | 164.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 124 | 220 | 0 | 0.44 | 0.01 | 0.13 | 301.22 | 0.6 | 0.68 |
| Hex | DE | 7C | DC | 0 | 2C | 1 | D | 12D | 3C | 44 |
| Octal | 336 | 174 | 334 | 0 | 54 | 1 | 15 | 455 | 74 | 104 |
| Binary | 11011110 | 1111100 | 11011100 | 0 | 101100 | 1 | 1101 | 100101101 | 111100 | 1000100 |
Color Harmonies of #DE7CDC
Complementary color
Monochromatic Colors of #DE7CDC
Black with #DE7CDC
Text Example
Text Example
White with #DE7CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7CDC; }
p { color: rgb(222,124,220); }
H1.HeaderClassName
{
color: #DE7CDC;
}
.AnyTagClassName
{
color: #DE7CDC;
}
</style>
background-color css
<style>
a { background-color: #DE7CDC; }
a { background-color: rgb(222,124,220); }
div.DivClassName
{
background-color: #DE7CDC;
}
.BgClassName
{
background-color: #DE7CDC;
}
</style>
border-color css
<style>
span { border-color: #DE7CDC; }
span { border-color: rgb(222,124,220); }
td.TdClassName
{
border-color: #DE7CDC;
}
.TagClassName
{
border-color: #DE7CDC;
}
</style>