Shades of Orchid #DE6ED1
Tints of Orchid #DE6ED1
RGB
CMYK
RGB Variations
Color information
#DE6ED1 (or 0xDE6ED1) is known color: Orchid. HEX triplet: DE, 6E and D1. RGB value is (222,110,209). Sum of RGB (Red+Green+Blue) = 222+110+209=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ED1 is #21912E. Grayscale: #9A9A9A. Windows color (decimal): -2199855 or 13725406. OLE color: 13725406.
HSL color Cylindrical-coordinate representation of color #DE6ED1: hue angle of 306.96º 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 #DE6ED1 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 110 | 209 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.13 |
| HSL | 306.96º | 0.63% | 0.65% | - |
| HSV(B) | 306.96º | 0.5% | 0.87% | - |
| XYZ | 47.21 | 31.28 | 63.87 | - |
| YUV | 154.77 | 158.61 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 110 | 209 | 0 | 0.50 | 0.06 | 0.13 | 306.96 | 0.63 | 0.65 |
| Hex | DE | 6E | D1 | 0 | 32 | 6 | D | 133 | 3F | 41 |
| Octal | 336 | 156 | 321 | 0 | 62 | 6 | 15 | 463 | 77 | 101 |
| Binary | 11011110 | 1101110 | 11010001 | 0 | 110010 | 110 | 1101 | 100110011 | 111111 | 1000001 |
Color Harmonies of #DE6ED1
Complementary color
Monochromatic Colors of #DE6ED1
Black with #DE6ED1
Text Example
Text Example
White with #DE6ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6ED1; }
p { color: rgb(222,110,209); }
H1.HeaderClassName
{
color: #DE6ED1;
}
.AnyTagClassName
{
color: #DE6ED1;
}
</style>
background-color css
<style>
a { background-color: #DE6ED1; }
a { background-color: rgb(222,110,209); }
div.DivClassName
{
background-color: #DE6ED1;
}
.BgClassName
{
background-color: #DE6ED1;
}
</style>
border-color css
<style>
span { border-color: #DE6ED1; }
span { border-color: rgb(222,110,209); }
td.TdClassName
{
border-color: #DE6ED1;
}
.TagClassName
{
border-color: #DE6ED1;
}
</style>