Shades of Orchid #DE7FE1
Tints of Orchid #DE7FE1
RGB
CMYK
RGB Variations
Color information
#DE7FE1 (or 0xDE7FE1) is known color: Orchid. HEX triplet: DE, 7F and E1. RGB value is (222,127,225). Sum of RGB (Red+Green+Blue) = 222+127+225=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE7FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7FE1 is #21801E. Grayscale: #A6A6A6. Windows color (decimal): -2195487 or 14778334. OLE color: 14778334.
HSL color Cylindrical-coordinate representation of color #DE7FE1: hue angle of 298.16º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7FE1 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 127 | 225 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.12 |
| HSL | 298.16º | 0.62% | 0.69% | - |
| HSV(B) | 298.16º | 0.44% | 0.88% | - |
| XYZ | 51.3 | 36.14 | 75.51 | - |
| YUV | 166.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 127 | 225 | 0.01 | 0.44 | 0 | 0.12 | 298.16 | 0.62 | 0.69 |
| Hex | DE | 7F | E1 | 1 | 2C | 0 | C | 12A | 3E | 45 |
| Octal | 336 | 177 | 341 | 1 | 54 | 0 | 14 | 452 | 76 | 105 |
| Binary | 11011110 | 1111111 | 11100001 | 1 | 101100 | 0 | 1100 | 100101010 | 111110 | 1000101 |
Color Harmonies of #DE7FE1
Complementary color
Monochromatic Colors of #DE7FE1
Black with #DE7FE1
Text Example
Text Example
White with #DE7FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7FE1; }
p { color: rgb(222,127,225); }
H1.HeaderClassName
{
color: #DE7FE1;
}
.AnyTagClassName
{
color: #DE7FE1;
}
</style>
background-color css
<style>
a { background-color: #DE7FE1; }
a { background-color: rgb(222,127,225); }
div.DivClassName
{
background-color: #DE7FE1;
}
.BgClassName
{
background-color: #DE7FE1;
}
</style>
border-color css
<style>
span { border-color: #DE7FE1; }
span { border-color: rgb(222,127,225); }
td.TdClassName
{
border-color: #DE7FE1;
}
.TagClassName
{
border-color: #DE7FE1;
}
</style>