Shades of Orchid #DE6DDA
Tints of Orchid #DE6DDA
RGB
CMYK
RGB Variations
Color information
#DE6DDA (or 0xDE6DDA) is known color: Orchid. HEX triplet: DE, 6D and DA. RGB value is (222,109,218). Sum of RGB (Red+Green+Blue) = 222+109+218=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6DDA is #219225. Grayscale: #9A9A9A. Windows color (decimal): -2200102 or 14314974. OLE color: 14314974.
HSL color Cylindrical-coordinate representation of color #DE6DDA: hue angle of 302.12º 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 #DE6DDA is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 218 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.13 |
| HSL | 302.12º | 0.63% | 0.65% | - |
| HSV(B) | 302.12º | 0.51% | 0.87% | - |
| XYZ | 48.25 | 31.53 | 69.87 | - |
| YUV | 155.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 218 | 0 | 0.51 | 0.02 | 0.13 | 302.12 | 0.63 | 0.65 |
| Hex | DE | 6D | DA | 0 | 33 | 2 | D | 12E | 3F | 41 |
| Octal | 336 | 155 | 332 | 0 | 63 | 2 | 15 | 456 | 77 | 101 |
| Binary | 11011110 | 1101101 | 11011010 | 0 | 110011 | 10 | 1101 | 100101110 | 111111 | 1000001 |
Color Harmonies of #DE6DDA
Complementary color
Monochromatic Colors of #DE6DDA
Black with #DE6DDA
Text Example
Text Example
White with #DE6DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6DDA; }
p { color: rgb(222,109,218); }
H1.HeaderClassName
{
color: #DE6DDA;
}
.AnyTagClassName
{
color: #DE6DDA;
}
</style>
background-color css
<style>
a { background-color: #DE6DDA; }
a { background-color: rgb(222,109,218); }
div.DivClassName
{
background-color: #DE6DDA;
}
.BgClassName
{
background-color: #DE6DDA;
}
</style>
border-color css
<style>
span { border-color: #DE6DDA; }
span { border-color: rgb(222,109,218); }
td.TdClassName
{
border-color: #DE6DDA;
}
.TagClassName
{
border-color: #DE6DDA;
}
</style>