Shades of Orchid #DE6FDD
Tints of Orchid #DE6FDD
RGB
CMYK
RGB Variations
Color information
#DE6FDD (or 0xDE6FDD) is known color: Orchid. HEX triplet: DE, 6F and DD. RGB value is (222,111,221). Sum of RGB (Red+Green+Blue) = 222+111+221=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6FDD is #219022. Grayscale: #9C9C9C. Windows color (decimal): -2199587 or 14512094. OLE color: 14512094.
HSL color Cylindrical-coordinate representation of color #DE6FDD: hue angle of 300.54º 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 #DE6FDD is Cyan = 0, Magento = 0.5, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 111 | 221 | - |
| CMYK | 0 | 0.5 | 0.00 | 0.13 |
| HSL | 300.54º | 0.63% | 0.65% | - |
| HSV(B) | 300.54º | 0.5% | 0.87% | - |
| XYZ | 48.86 | 32.12 | 72.03 | - |
| YUV | 156.73 | 164.27 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 111 | 221 | 0 | 0.5 | 0.00 | 0.13 | 300.54 | 0.63 | 0.65 |
| Hex | DE | 6F | DD | 0 | 32 | 0 | D | 12D | 3F | 41 |
| Octal | 336 | 157 | 335 | 0 | 62 | 0 | 15 | 455 | 77 | 101 |
| Binary | 11011110 | 1101111 | 11011101 | 0 | 110010 | 0 | 1101 | 100101101 | 111111 | 1000001 |
Color Harmonies of #DE6FDD
Complementary color
Monochromatic Colors of #DE6FDD
Black with #DE6FDD
Text Example
Text Example
White with #DE6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6FDD; }
p { color: rgb(222,111,221); }
H1.HeaderClassName
{
color: #DE6FDD;
}
.AnyTagClassName
{
color: #DE6FDD;
}
</style>
background-color css
<style>
a { background-color: #DE6FDD; }
a { background-color: rgb(222,111,221); }
div.DivClassName
{
background-color: #DE6FDD;
}
.BgClassName
{
background-color: #DE6FDD;
}
</style>
border-color css
<style>
span { border-color: #DE6FDD; }
span { border-color: rgb(222,111,221); }
td.TdClassName
{
border-color: #DE6FDD;
}
.TagClassName
{
border-color: #DE6FDD;
}
</style>