Shades of Orchid #DE6ABF
Tints of Orchid #DE6ABF
RGB
CMYK
RGB Variations
Color information
#DE6ABF (or 0xDE6ABF) is known color: Orchid. HEX triplet: DE, 6A and BF. RGB value is (222,106,191). Sum of RGB (Red+Green+Blue) = 222+106+191=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ABF is #219540. Grayscale: #969696. Windows color (decimal): -2200897 or 12544734. OLE color: 12544734.
HSL color Cylindrical-coordinate representation of color #DE6ABF: hue angle of 316.03º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6ABF is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 106 | 191 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.13 |
| HSL | 316.03º | 0.64% | 0.64% | - |
| HSV(B) | 316.03º | 0.52% | 0.87% | - |
| XYZ | 44.68 | 29.6 | 52.65 | - |
| YUV | 150.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 106 | 191 | 0 | 0.52 | 0.14 | 0.13 | 316.03 | 0.64 | 0.64 |
| Hex | DE | 6A | BF | 0 | 34 | E | D | 13C | 40 | 40 |
| Octal | 336 | 152 | 277 | 0 | 64 | 16 | 15 | 474 | 100 | 100 |
| Binary | 11011110 | 1101010 | 10111111 | 0 | 110100 | 1110 | 1101 | 100111100 | 1000000 | 1000000 |
Color Harmonies of #DE6ABF
Complementary color
Monochromatic Colors of #DE6ABF
Black with #DE6ABF
Text Example
Text Example
White with #DE6ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6ABF; }
p { color: rgb(222,106,191); }
H1.HeaderClassName
{
color: #DE6ABF;
}
.AnyTagClassName
{
color: #DE6ABF;
}
</style>
background-color css
<style>
a { background-color: #DE6ABF; }
a { background-color: rgb(222,106,191); }
div.DivClassName
{
background-color: #DE6ABF;
}
.BgClassName
{
background-color: #DE6ABF;
}
</style>
border-color css
<style>
span { border-color: #DE6ABF; }
span { border-color: rgb(222,106,191); }
td.TdClassName
{
border-color: #DE6ABF;
}
.TagClassName
{
border-color: #DE6ABF;
}
</style>