Shades of Orchid #DE6ED3
Tints of Orchid #DE6ED3
RGB
CMYK
RGB Variations
Color information
#DE6ED3 (or 0xDE6ED3) is known color: Orchid. HEX triplet: DE, 6E and D3. RGB value is (222,110,211). Sum of RGB (Red+Green+Blue) = 222+110+211=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ED3 is #21912C. Grayscale: #9A9A9A. Windows color (decimal): -2199853 or 13856478. OLE color: 13856478.
HSL color Cylindrical-coordinate representation of color #DE6ED3: hue angle of 305.89º 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 #DE6ED3 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 110 | 211 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.13 |
| HSL | 305.89º | 0.63% | 0.65% | - |
| HSV(B) | 305.89º | 0.5% | 0.87% | - |
| XYZ | 47.46 | 31.38 | 65.18 | - |
| YUV | 155 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 110 | 211 | 0 | 0.50 | 0.05 | 0.13 | 305.89 | 0.63 | 0.65 |
| Hex | DE | 6E | D3 | 0 | 32 | 5 | D | 132 | 3F | 41 |
| Octal | 336 | 156 | 323 | 0 | 62 | 5 | 15 | 462 | 77 | 101 |
| Binary | 11011110 | 1101110 | 11010011 | 0 | 110010 | 101 | 1101 | 100110010 | 111111 | 1000001 |
Color Harmonies of #DE6ED3
Complementary color
Monochromatic Colors of #DE6ED3
Black with #DE6ED3
Text Example
Text Example
White with #DE6ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6ED3; }
p { color: rgb(222,110,211); }
H1.HeaderClassName
{
color: #DE6ED3;
}
.AnyTagClassName
{
color: #DE6ED3;
}
</style>
background-color css
<style>
a { background-color: #DE6ED3; }
a { background-color: rgb(222,110,211); }
div.DivClassName
{
background-color: #DE6ED3;
}
.BgClassName
{
background-color: #DE6ED3;
}
</style>
border-color css
<style>
span { border-color: #DE6ED3; }
span { border-color: rgb(222,110,211); }
td.TdClassName
{
border-color: #DE6ED3;
}
.TagClassName
{
border-color: #DE6ED3;
}
</style>