Shades of Orchid #DE7CCD
Tints of Orchid #DE7CCD
RGB
CMYK
RGB Variations
Color information
#DE7CCD (or 0xDE7CCD) is known color: Orchid. HEX triplet: DE, 7C and CD. RGB value is (222,124,205). Sum of RGB (Red+Green+Blue) = 222+124+205=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7CCD is #218332. Grayscale: #A2A2A2. Windows color (decimal): -2196275 or 13466846. OLE color: 13466846.
HSL color Cylindrical-coordinate representation of color #DE7CCD: hue angle of 310.41º 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 #DE7CCD is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 124 | 205 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.13 |
| HSL | 310.41º | 0.6% | 0.68% | - |
| HSV(B) | 310.41º | 0.44% | 0.87% | - |
| XYZ | 48.35 | 34.35 | 61.84 | - |
| YUV | 162.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 124 | 205 | 0 | 0.44 | 0.08 | 0.13 | 310.41 | 0.6 | 0.68 |
| Hex | DE | 7C | CD | 0 | 2C | 8 | D | 136 | 3C | 44 |
| Octal | 336 | 174 | 315 | 0 | 54 | 10 | 15 | 466 | 74 | 104 |
| Binary | 11011110 | 1111100 | 11001101 | 0 | 101100 | 1000 | 1101 | 100110110 | 111100 | 1000100 |
Color Harmonies of #DE7CCD
Complementary color
Monochromatic Colors of #DE7CCD
Black with #DE7CCD
Text Example
Text Example
White with #DE7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7CCD; }
p { color: rgb(222,124,205); }
H1.HeaderClassName
{
color: #DE7CCD;
}
.AnyTagClassName
{
color: #DE7CCD;
}
</style>
background-color css
<style>
a { background-color: #DE7CCD; }
a { background-color: rgb(222,124,205); }
div.DivClassName
{
background-color: #DE7CCD;
}
.BgClassName
{
background-color: #DE7CCD;
}
</style>
border-color css
<style>
span { border-color: #DE7CCD; }
span { border-color: rgb(222,124,205); }
td.TdClassName
{
border-color: #DE7CCD;
}
.TagClassName
{
border-color: #DE7CCD;
}
</style>