Shades of Orchid #DE6ED6
Tints of Orchid #DE6ED6
RGB
CMYK
RGB Variations
Color information
#DE6ED6 (or 0xDE6ED6) is known color: Orchid. HEX triplet: DE, 6E and D6. RGB value is (222,110,214). Sum of RGB (Red+Green+Blue) = 222+110+214=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ED6 is #219129. Grayscale: #9B9B9B. Windows color (decimal): -2199850 or 14053086. OLE color: 14053086.
HSL color Cylindrical-coordinate representation of color #DE6ED6: hue angle of 304.29º 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 #DE6ED6 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 110 | 214 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.13 |
| HSL | 304.29º | 0.63% | 0.65% | - |
| HSV(B) | 304.29º | 0.5% | 0.87% | - |
| XYZ | 47.84 | 31.54 | 67.18 | - |
| YUV | 155.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 110 | 214 | 0 | 0.50 | 0.04 | 0.13 | 304.29 | 0.63 | 0.65 |
| Hex | DE | 6E | D6 | 0 | 32 | 4 | D | 130 | 3F | 41 |
| Octal | 336 | 156 | 326 | 0 | 62 | 4 | 15 | 460 | 77 | 101 |
| Binary | 11011110 | 1101110 | 11010110 | 0 | 110010 | 100 | 1101 | 100110000 | 111111 | 1000001 |
Color Harmonies of #DE6ED6
Complementary color
Monochromatic Colors of #DE6ED6
Black with #DE6ED6
Text Example
Text Example
White with #DE6ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6ED6; }
p { color: rgb(222,110,214); }
H1.HeaderClassName
{
color: #DE6ED6;
}
.AnyTagClassName
{
color: #DE6ED6;
}
</style>
background-color css
<style>
a { background-color: #DE6ED6; }
a { background-color: rgb(222,110,214); }
div.DivClassName
{
background-color: #DE6ED6;
}
.BgClassName
{
background-color: #DE6ED6;
}
</style>
border-color css
<style>
span { border-color: #DE6ED6; }
span { border-color: rgb(222,110,214); }
td.TdClassName
{
border-color: #DE6ED6;
}
.TagClassName
{
border-color: #DE6ED6;
}
</style>