Shades of Orchid #DE68DB
Tints of Orchid #DE68DB
RGB
CMYK
RGB Variations
Color information
#DE68DB (or 0xDE68DB) is known color: Orchid. HEX triplet: DE, 68 and DB. RGB value is (222,104,219). Sum of RGB (Red+Green+Blue) = 222+104+219=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68DB is #219724. Grayscale: #989898. Windows color (decimal): -2201381 or 14379230. OLE color: 14379230.
HSL color Cylindrical-coordinate representation of color #DE68DB: hue angle of 301.53º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE68DB is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 104 | 219 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.13 |
| HSL | 301.53º | 0.64% | 0.64% | - |
| HSV(B) | 301.53º | 0.53% | 0.87% | - |
| XYZ | 47.86 | 30.54 | 70.39 | - |
| YUV | 152.39 | 165.59 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 219 | 0 | 0.53 | 0.01 | 0.13 | 301.53 | 0.64 | 0.64 |
| Hex | DE | 68 | DB | 0 | 35 | 1 | D | 12E | 40 | 40 |
| Octal | 336 | 150 | 333 | 0 | 65 | 1 | 15 | 456 | 100 | 100 |
| Binary | 11011110 | 1101000 | 11011011 | 0 | 110101 | 1 | 1101 | 100101110 | 1000000 | 1000000 |
Color Harmonies of #DE68DB
Complementary color
Monochromatic Colors of #DE68DB
Black with #DE68DB
Text Example
Text Example
White with #DE68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE68DB; }
p { color: rgb(222,104,219); }
H1.HeaderClassName
{
color: #DE68DB;
}
.AnyTagClassName
{
color: #DE68DB;
}
</style>
background-color css
<style>
a { background-color: #DE68DB; }
a { background-color: rgb(222,104,219); }
div.DivClassName
{
background-color: #DE68DB;
}
.BgClassName
{
background-color: #DE68DB;
}
</style>
border-color css
<style>
span { border-color: #DE68DB; }
span { border-color: rgb(222,104,219); }
td.TdClassName
{
border-color: #DE68DB;
}
.TagClassName
{
border-color: #DE68DB;
}
</style>