Shades of Orchid #DE7BE2
Tints of Orchid #DE7BE2
RGB
CMYK
RGB Variations
Color information
#DE7BE2 (or 0xDE7BE2) is known color: Orchid. HEX triplet: DE, 7B and E2. RGB value is (222,123,226). Sum of RGB (Red+Green+Blue) = 222+123+226=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 226 - color contains mainly: blue. Hex color #DE7BE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7BE2 is #21841D. Grayscale: #A4A4A4. Windows color (decimal): -2196510 or 14842846. OLE color: 14842846.
HSL color Cylindrical-coordinate representation of color #DE7BE2: hue angle of 297.67º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE7BE2 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 123 | 226 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.11 |
| HSL | 297.67º | 0.64% | 0.68% | - |
| HSV(B) | 297.67º | 0.46% | 0.89% | - |
| XYZ | 50.93 | 35.19 | 76.06 | - |
| YUV | 164.34 | 162.8 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 123 | 226 | 0.02 | 0.46 | 0 | 0.11 | 297.67 | 0.64 | 0.68 |
| Hex | DE | 7B | E2 | 2 | 2E | 0 | B | 12A | 40 | 44 |
| Octal | 336 | 173 | 342 | 2 | 56 | 0 | 13 | 452 | 100 | 104 |
| Binary | 11011110 | 1111011 | 11100010 | 10 | 101110 | 0 | 1011 | 100101010 | 1000000 | 1000100 |
Color Harmonies of #DE7BE2
Complementary color
Monochromatic Colors of #DE7BE2
Black with #DE7BE2
Text Example
Text Example
White with #DE7BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7BE2; }
p { color: rgb(222,123,226); }
H1.HeaderClassName
{
color: #DE7BE2;
}
.AnyTagClassName
{
color: #DE7BE2;
}
</style>
background-color css
<style>
a { background-color: #DE7BE2; }
a { background-color: rgb(222,123,226); }
div.DivClassName
{
background-color: #DE7BE2;
}
.BgClassName
{
background-color: #DE7BE2;
}
</style>
border-color css
<style>
span { border-color: #DE7BE2; }
span { border-color: rgb(222,123,226); }
td.TdClassName
{
border-color: #DE7BE2;
}
.TagClassName
{
border-color: #DE7BE2;
}
</style>