Shades of Orchid #DE7FCD
Tints of Orchid #DE7FCD
RGB
CMYK
RGB Variations
Color information
#DE7FCD (or 0xDE7FCD) is known color: Orchid. HEX triplet: DE, 7F and CD. RGB value is (222,127,205). Sum of RGB (Red+Green+Blue) = 222+127+205=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7FCD is #218032. Grayscale: #A4A4A4. Windows color (decimal): -2195507 or 13467614. OLE color: 13467614.
HSL color Cylindrical-coordinate representation of color #DE7FCD: hue angle of 310.74º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7FCD is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 127 | 205 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.13 |
| HSL | 310.74º | 0.59% | 0.68% | - |
| HSV(B) | 310.74º | 0.43% | 0.87% | - |
| XYZ | 48.73 | 35.12 | 61.97 | - |
| YUV | 164.3 | 150.97 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 127 | 205 | 0 | 0.43 | 0.08 | 0.13 | 310.74 | 0.59 | 0.68 |
| Hex | DE | 7F | CD | 0 | 2B | 8 | D | 137 | 3B | 44 |
| Octal | 336 | 177 | 315 | 0 | 53 | 10 | 15 | 467 | 73 | 104 |
| Binary | 11011110 | 1111111 | 11001101 | 0 | 101011 | 1000 | 1101 | 100110111 | 111011 | 1000100 |
Color Harmonies of #DE7FCD
Complementary color
Monochromatic Colors of #DE7FCD
Black with #DE7FCD
Text Example
Text Example
White with #DE7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7FCD; }
p { color: rgb(222,127,205); }
H1.HeaderClassName
{
color: #DE7FCD;
}
.AnyTagClassName
{
color: #DE7FCD;
}
</style>
background-color css
<style>
a { background-color: #DE7FCD; }
a { background-color: rgb(222,127,205); }
div.DivClassName
{
background-color: #DE7FCD;
}
.BgClassName
{
background-color: #DE7FCD;
}
</style>
border-color css
<style>
span { border-color: #DE7FCD; }
span { border-color: rgb(222,127,205); }
td.TdClassName
{
border-color: #DE7FCD;
}
.TagClassName
{
border-color: #DE7FCD;
}
</style>