Shades of Orchid #DE7FDD
Tints of Orchid #DE7FDD
RGB
CMYK
RGB Variations
Color information
#DE7FDD (or 0xDE7FDD) is known color: Orchid. HEX triplet: DE, 7F and DD. RGB value is (222,127,221). Sum of RGB (Red+Green+Blue) = 222+127+221=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7FDD is #218022. Grayscale: #A5A5A5. Windows color (decimal): -2195491 or 14516190. OLE color: 14516190.
HSL color Cylindrical-coordinate representation of color #DE7FDD: hue angle of 300.63º 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 #DE7FDD is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 127 | 221 | - |
| CMYK | 0 | 0.43 | 0.00 | 0.13 |
| HSL | 300.63º | 0.59% | 0.68% | - |
| HSV(B) | 300.63º | 0.43% | 0.87% | - |
| XYZ | 50.76 | 35.93 | 72.67 | - |
| YUV | 166.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 127 | 221 | 0 | 0.43 | 0.00 | 0.13 | 300.63 | 0.59 | 0.68 |
| Hex | DE | 7F | DD | 0 | 2B | 0 | D | 12D | 3B | 44 |
| Octal | 336 | 177 | 335 | 0 | 53 | 0 | 15 | 455 | 73 | 104 |
| Binary | 11011110 | 1111111 | 11011101 | 0 | 101011 | 0 | 1101 | 100101101 | 111011 | 1000100 |
Color Harmonies of #DE7FDD
Complementary color
Monochromatic Colors of #DE7FDD
Black with #DE7FDD
Text Example
Text Example
White with #DE7FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7FDD; }
p { color: rgb(222,127,221); }
H1.HeaderClassName
{
color: #DE7FDD;
}
.AnyTagClassName
{
color: #DE7FDD;
}
</style>
background-color css
<style>
a { background-color: #DE7FDD; }
a { background-color: rgb(222,127,221); }
div.DivClassName
{
background-color: #DE7FDD;
}
.BgClassName
{
background-color: #DE7FDD;
}
</style>
border-color css
<style>
span { border-color: #DE7FDD; }
span { border-color: rgb(222,127,221); }
td.TdClassName
{
border-color: #DE7FDD;
}
.TagClassName
{
border-color: #DE7FDD;
}
</style>