Shades of Orchid #DE6ED8
Tints of Orchid #DE6ED8
RGB
CMYK
RGB Variations
Color information
#DE6ED8 (or 0xDE6ED8) is known color: Orchid. HEX triplet: DE, 6E and D8. RGB value is (222,110,216). Sum of RGB (Red+Green+Blue) = 222+110+216=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 110 (43.36% from 255 or 20.07% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ED8 is #219127. Grayscale: #9B9B9B. Windows color (decimal): -2199848 or 14184158. OLE color: 14184158.
HSL color Cylindrical-coordinate representation of color #DE6ED8: hue angle of 303.21º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE6ED8 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 110 | 216 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.13 |
| HSL | 303.21º | 0.63% | 0.65% | - |
| HSV(B) | 303.21º | 0.5% | 0.87% | - |
| XYZ | 48.09 | 31.64 | 68.54 | - |
| YUV | 155.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 110 | 216 | 0 | 0.50 | 0.03 | 0.13 | 303.21 | 0.63 | 0.65 |
| Hex | DE | 6E | D8 | 0 | 32 | 3 | D | 12F | 3F | 41 |
| Octal | 336 | 156 | 330 | 0 | 62 | 3 | 15 | 457 | 77 | 101 |
| Binary | 11011110 | 1101110 | 11011000 | 0 | 110010 | 11 | 1101 | 100101111 | 111111 | 1000001 |
Color Harmonies of #DE6ED8
Complementary color
Monochromatic Colors of #DE6ED8
Black with #DE6ED8
Text Example
Text Example
White with #DE6ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6ED8; }
p { color: rgb(222,110,216); }
H1.HeaderClassName
{
color: #DE6ED8;
}
.AnyTagClassName
{
color: #DE6ED8;
}
</style>
background-color css
<style>
a { background-color: #DE6ED8; }
a { background-color: rgb(222,110,216); }
div.DivClassName
{
background-color: #DE6ED8;
}
.BgClassName
{
background-color: #DE6ED8;
}
</style>
border-color css
<style>
span { border-color: #DE6ED8; }
span { border-color: rgb(222,110,216); }
td.TdClassName
{
border-color: #DE6ED8;
}
.TagClassName
{
border-color: #DE6ED8;
}
</style>