Shades of Orchid #DE7BD0
Tints of Orchid #DE7BD0
RGB
CMYK
RGB Variations
Color information
#DE7BD0 (or 0xDE7BD0) is known color: Orchid. HEX triplet: DE, 7B and D0. RGB value is (222,123,208). Sum of RGB (Red+Green+Blue) = 222+123+208=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7BD0 is #21842F. Grayscale: #A2A2A2. Windows color (decimal): -2196528 or 13663198. OLE color: 13663198.
HSL color Cylindrical-coordinate representation of color #DE7BD0: hue angle of 308.48º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7BD0 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 123 | 208 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.13 |
| HSL | 308.48º | 0.6% | 0.68% | - |
| HSV(B) | 308.48º | 0.45% | 0.87% | - |
| XYZ | 48.59 | 34.25 | 63.72 | - |
| YUV | 162.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 123 | 208 | 0 | 0.45 | 0.06 | 0.13 | 308.48 | 0.6 | 0.68 |
| Hex | DE | 7B | D0 | 0 | 2D | 6 | D | 134 | 3C | 44 |
| Octal | 336 | 173 | 320 | 0 | 55 | 6 | 15 | 464 | 74 | 104 |
| Binary | 11011110 | 1111011 | 11010000 | 0 | 101101 | 110 | 1101 | 100110100 | 111100 | 1000100 |
Color Harmonies of #DE7BD0
Complementary color
Monochromatic Colors of #DE7BD0
Black with #DE7BD0
Text Example
Text Example
White with #DE7BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7BD0; }
p { color: rgb(222,123,208); }
H1.HeaderClassName
{
color: #DE7BD0;
}
.AnyTagClassName
{
color: #DE7BD0;
}
</style>
background-color css
<style>
a { background-color: #DE7BD0; }
a { background-color: rgb(222,123,208); }
div.DivClassName
{
background-color: #DE7BD0;
}
.BgClassName
{
background-color: #DE7BD0;
}
</style>
border-color css
<style>
span { border-color: #DE7BD0; }
span { border-color: rgb(222,123,208); }
td.TdClassName
{
border-color: #DE7BD0;
}
.TagClassName
{
border-color: #DE7BD0;
}
</style>