Shades of Orchid #DE6DEA
Tints of Orchid #DE6DEA
RGB
CMYK
RGB Variations
Color information
#DE6DEA (or 0xDE6DEA) is known color: Orchid. HEX triplet: DE, 6D and EA. RGB value is (222,109,234). Sum of RGB (Red+Green+Blue) = 222+109+234=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 109 (42.97% from 255 or 19.29% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE6DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6DEA is #219215. Grayscale: #9C9C9C. Windows color (decimal): -2200086 or 15363550. OLE color: 15363550.
HSL color Cylindrical-coordinate representation of color #DE6DEA: hue angle of 294.24º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE6DEA is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 109 | 234 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.08 |
| HSL | 294.24º | 0.75% | 0.67% | - |
| HSV(B) | 294.24º | 0.53% | 0.92% | - |
| XYZ | 50.44 | 32.41 | 81.44 | - |
| YUV | 157.04 | 171.44 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 234 | 0.05 | 0.53 | 0 | 0.08 | 294.24 | 0.75 | 0.67 |
| Hex | DE | 6D | EA | 5 | 35 | 0 | 8 | 126 | 4B | 43 |
| Octal | 336 | 155 | 352 | 5 | 65 | 0 | 10 | 446 | 113 | 103 |
| Binary | 11011110 | 1101101 | 11101010 | 101 | 110101 | 0 | 1000 | 100100110 | 1001011 | 1000011 |
Color Harmonies of #DE6DEA
Complementary color
Monochromatic Colors of #DE6DEA
Black with #DE6DEA
Text Example
Text Example
White with #DE6DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6DEA; }
p { color: rgb(222,109,234); }
H1.HeaderClassName
{
color: #DE6DEA;
}
.AnyTagClassName
{
color: #DE6DEA;
}
</style>
background-color css
<style>
a { background-color: #DE6DEA; }
a { background-color: rgb(222,109,234); }
div.DivClassName
{
background-color: #DE6DEA;
}
.BgClassName
{
background-color: #DE6DEA;
}
</style>
border-color css
<style>
span { border-color: #DE6DEA; }
span { border-color: rgb(222,109,234); }
td.TdClassName
{
border-color: #DE6DEA;
}
.TagClassName
{
border-color: #DE6DEA;
}
</style>