Shades of Orchid #DE6BBE
Tints of Orchid #DE6BBE
RGB
CMYK
RGB Variations
Color information
#DE6BBE (or 0xDE6BBE) is known color: Orchid. HEX triplet: DE, 6B and BE. RGB value is (222,107,190). Sum of RGB (Red+Green+Blue) = 222+107+190=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6BBE is #219441. Grayscale: #969696. Windows color (decimal): -2200642 or 12479454. OLE color: 12479454.
HSL color Cylindrical-coordinate representation of color #DE6BBE: hue angle of 316.7º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6BBE is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 107 | 190 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.13 |
| HSL | 316.7º | 0.64% | 0.65% | - |
| HSV(B) | 316.7º | 0.52% | 0.87% | - |
| XYZ | 44.68 | 29.76 | 52.11 | - |
| YUV | 150.85 | 150.1 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 107 | 190 | 0 | 0.52 | 0.14 | 0.13 | 316.7 | 0.64 | 0.65 |
| Hex | DE | 6B | BE | 0 | 34 | E | D | 13D | 40 | 41 |
| Octal | 336 | 153 | 276 | 0 | 64 | 16 | 15 | 475 | 100 | 101 |
| Binary | 11011110 | 1101011 | 10111110 | 0 | 110100 | 1110 | 1101 | 100111101 | 1000000 | 1000001 |
Color Harmonies of #DE6BBE
Complementary color
Monochromatic Colors of #DE6BBE
Black with #DE6BBE
Text Example
Text Example
White with #DE6BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6BBE; }
p { color: rgb(222,107,190); }
H1.HeaderClassName
{
color: #DE6BBE;
}
.AnyTagClassName
{
color: #DE6BBE;
}
</style>
background-color css
<style>
a { background-color: #DE6BBE; }
a { background-color: rgb(222,107,190); }
div.DivClassName
{
background-color: #DE6BBE;
}
.BgClassName
{
background-color: #DE6BBE;
}
</style>
border-color css
<style>
span { border-color: #DE6BBE; }
span { border-color: rgb(222,107,190); }
td.TdClassName
{
border-color: #DE6BBE;
}
.TagClassName
{
border-color: #DE6BBE;
}
</style>