Shades of Orchid #DE6FDB
Tints of Orchid #DE6FDB
RGB
CMYK
RGB Variations
Color information
#DE6FDB (or 0xDE6FDB) is known color: Orchid. HEX triplet: DE, 6F and DB. RGB value is (222,111,219). Sum of RGB (Red+Green+Blue) = 222+111+219=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6FDB is #219024. Grayscale: #9C9C9C. Windows color (decimal): -2199589 or 14381022. OLE color: 14381022.
HSL color Cylindrical-coordinate representation of color #DE6FDB: hue angle of 301.62º 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 #DE6FDB is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 111 | 219 | - |
| CMYK | 0 | 0.5 | 0.01 | 0.13 |
| HSL | 301.62º | 0.63% | 0.65% | - |
| HSV(B) | 301.62º | 0.5% | 0.87% | - |
| XYZ | 48.59 | 32.01 | 70.64 | - |
| YUV | 156.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 111 | 219 | 0 | 0.5 | 0.01 | 0.13 | 301.62 | 0.63 | 0.65 |
| Hex | DE | 6F | DB | 0 | 32 | 1 | D | 12E | 3F | 41 |
| Octal | 336 | 157 | 333 | 0 | 62 | 1 | 15 | 456 | 77 | 101 |
| Binary | 11011110 | 1101111 | 11011011 | 0 | 110010 | 1 | 1101 | 100101110 | 111111 | 1000001 |
Color Harmonies of #DE6FDB
Complementary color
Monochromatic Colors of #DE6FDB
Black with #DE6FDB
Text Example
Text Example
White with #DE6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6FDB; }
p { color: rgb(222,111,219); }
H1.HeaderClassName
{
color: #DE6FDB;
}
.AnyTagClassName
{
color: #DE6FDB;
}
</style>
background-color css
<style>
a { background-color: #DE6FDB; }
a { background-color: rgb(222,111,219); }
div.DivClassName
{
background-color: #DE6FDB;
}
.BgClassName
{
background-color: #DE6FDB;
}
</style>
border-color css
<style>
span { border-color: #DE6FDB; }
span { border-color: rgb(222,111,219); }
td.TdClassName
{
border-color: #DE6FDB;
}
.TagClassName
{
border-color: #DE6FDB;
}
</style>