Shades of Orchid #DE6DD6
Tints of Orchid #DE6DD6
RGB
CMYK
RGB Variations
Color information
#DE6DD6 (or 0xDE6DD6) is known color: Orchid. HEX triplet: DE, 6D and D6. RGB value is (222,109,214). Sum of RGB (Red+Green+Blue) = 222+109+214=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6DD6 is #219229. Grayscale: #9A9A9A. Windows color (decimal): -2200106 or 14052830. OLE color: 14052830.
HSL color Cylindrical-coordinate representation of color #DE6DD6: hue angle of 304.25º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE6DD6 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 214 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.13 |
| HSL | 304.25º | 0.63% | 0.65% | - |
| HSV(B) | 304.25º | 0.51% | 0.87% | - |
| XYZ | 47.73 | 31.32 | 67.15 | - |
| YUV | 154.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 214 | 0 | 0.51 | 0.04 | 0.13 | 304.25 | 0.63 | 0.65 |
| Hex | DE | 6D | D6 | 0 | 33 | 4 | D | 130 | 3F | 41 |
| Octal | 336 | 155 | 326 | 0 | 63 | 4 | 15 | 460 | 77 | 101 |
| Binary | 11011110 | 1101101 | 11010110 | 0 | 110011 | 100 | 1101 | 100110000 | 111111 | 1000001 |
Color Harmonies of #DE6DD6
Complementary color
Monochromatic Colors of #DE6DD6
Black with #DE6DD6
Text Example
Text Example
White with #DE6DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6DD6; }
p { color: rgb(222,109,214); }
H1.HeaderClassName
{
color: #DE6DD6;
}
.AnyTagClassName
{
color: #DE6DD6;
}
</style>
background-color css
<style>
a { background-color: #DE6DD6; }
a { background-color: rgb(222,109,214); }
div.DivClassName
{
background-color: #DE6DD6;
}
.BgClassName
{
background-color: #DE6DD6;
}
</style>
border-color css
<style>
span { border-color: #DE6DD6; }
span { border-color: rgb(222,109,214); }
td.TdClassName
{
border-color: #DE6DD6;
}
.TagClassName
{
border-color: #DE6DD6;
}
</style>