Shades of Orchid #DE7BE0
Tints of Orchid #DE7BE0
RGB
CMYK
RGB Variations
Color information
#DE7BE0 (or 0xDE7BE0) is known color: Orchid. HEX triplet: DE, 7B and E0. RGB value is (222,123,224). Sum of RGB (Red+Green+Blue) = 222+123+224=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE7BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7BE0 is #21841F. Grayscale: #A3A3A3. Windows color (decimal): -2196512 or 14711774. OLE color: 14711774.
HSL color Cylindrical-coordinate representation of color #DE7BE0: hue angle of 298.81º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7BE0 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 123 | 224 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.12 |
| HSL | 298.81º | 0.62% | 0.68% | - |
| HSV(B) | 298.81º | 0.45% | 0.88% | - |
| XYZ | 50.66 | 35.08 | 74.62 | - |
| YUV | 164.12 | 161.8 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 123 | 224 | 0.01 | 0.45 | 0 | 0.12 | 298.81 | 0.62 | 0.68 |
| Hex | DE | 7B | E0 | 1 | 2D | 0 | C | 12B | 3E | 44 |
| Octal | 336 | 173 | 340 | 1 | 55 | 0 | 14 | 453 | 76 | 104 |
| Binary | 11011110 | 1111011 | 11100000 | 1 | 101101 | 0 | 1100 | 100101011 | 111110 | 1000100 |
Color Harmonies of #DE7BE0
Complementary color
Monochromatic Colors of #DE7BE0
Black with #DE7BE0
Text Example
Text Example
White with #DE7BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7BE0; }
p { color: rgb(222,123,224); }
H1.HeaderClassName
{
color: #DE7BE0;
}
.AnyTagClassName
{
color: #DE7BE0;
}
</style>
background-color css
<style>
a { background-color: #DE7BE0; }
a { background-color: rgb(222,123,224); }
div.DivClassName
{
background-color: #DE7BE0;
}
.BgClassName
{
background-color: #DE7BE0;
}
</style>
border-color css
<style>
span { border-color: #DE7BE0; }
span { border-color: rgb(222,123,224); }
td.TdClassName
{
border-color: #DE7BE0;
}
.TagClassName
{
border-color: #DE7BE0;
}
</style>