Shades of Orchid #DE6ABB
Tints of Orchid #DE6ABB
RGB
CMYK
RGB Variations
Color information
#DE6ABB (or 0xDE6ABB) is known color: Orchid. HEX triplet: DE, 6A and BB. RGB value is (222,106,187). Sum of RGB (Red+Green+Blue) = 222+106+187=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ABB is #219544. Grayscale: #959595. Windows color (decimal): -2200901 or 12282590. OLE color: 12282590.
HSL color Cylindrical-coordinate representation of color #DE6ABB: hue angle of 318.1º 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 #DE6ABB is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 106 | 187 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.13 |
| HSL | 318.1º | 0.64% | 0.64% | - |
| HSV(B) | 318.1º | 0.52% | 0.87% | - |
| XYZ | 44.25 | 29.43 | 50.36 | - |
| YUV | 149.92 | 148.93 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 106 | 187 | 0 | 0.52 | 0.16 | 0.13 | 318.1 | 0.64 | 0.64 |
| Hex | DE | 6A | BB | 0 | 34 | 10 | D | 13E | 40 | 40 |
| Octal | 336 | 152 | 273 | 0 | 64 | 20 | 15 | 476 | 100 | 100 |
| Binary | 11011110 | 1101010 | 10111011 | 0 | 110100 | 10000 | 1101 | 100111110 | 1000000 | 1000000 |
Color Harmonies of #DE6ABB
Complementary color
Monochromatic Colors of #DE6ABB
Black with #DE6ABB
Text Example
Text Example
White with #DE6ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6ABB; }
p { color: rgb(222,106,187); }
H1.HeaderClassName
{
color: #DE6ABB;
}
.AnyTagClassName
{
color: #DE6ABB;
}
</style>
background-color css
<style>
a { background-color: #DE6ABB; }
a { background-color: rgb(222,106,187); }
div.DivClassName
{
background-color: #DE6ABB;
}
.BgClassName
{
background-color: #DE6ABB;
}
</style>
border-color css
<style>
span { border-color: #DE6ABB; }
span { border-color: rgb(222,106,187); }
td.TdClassName
{
border-color: #DE6ABB;
}
.TagClassName
{
border-color: #DE6ABB;
}
</style>