Shades of Orchid #DE79E1
Tints of Orchid #DE79E1
RGB
CMYK
RGB Variations
Color information
#DE79E1 (or 0xDE79E1) is known color: Orchid. HEX triplet: DE, 79 and E1. RGB value is (222,121,225). Sum of RGB (Red+Green+Blue) = 222+121+225=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE79E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE79E1 is #21861E. Grayscale: #A2A2A2. Windows color (decimal): -2197023 or 14776798. OLE color: 14776798.
HSL color Cylindrical-coordinate representation of color #DE79E1: hue angle of 298.27º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE79E1 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 121 | 225 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.12 |
| HSL | 298.27º | 0.63% | 0.68% | - |
| HSV(B) | 298.27º | 0.46% | 0.88% | - |
| XYZ | 50.55 | 34.64 | 75.26 | - |
| YUV | 163.06 | 162.96 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 121 | 225 | 0.01 | 0.46 | 0 | 0.12 | 298.27 | 0.63 | 0.68 |
| Hex | DE | 79 | E1 | 1 | 2E | 0 | C | 12A | 3F | 44 |
| Octal | 336 | 171 | 341 | 1 | 56 | 0 | 14 | 452 | 77 | 104 |
| Binary | 11011110 | 1111001 | 11100001 | 1 | 101110 | 0 | 1100 | 100101010 | 111111 | 1000100 |
Color Harmonies of #DE79E1
Complementary color
Monochromatic Colors of #DE79E1
Black with #DE79E1
Text Example
Text Example
White with #DE79E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE79E1; }
p { color: rgb(222,121,225); }
H1.HeaderClassName
{
color: #DE79E1;
}
.AnyTagClassName
{
color: #DE79E1;
}
</style>
background-color css
<style>
a { background-color: #DE79E1; }
a { background-color: rgb(222,121,225); }
div.DivClassName
{
background-color: #DE79E1;
}
.BgClassName
{
background-color: #DE79E1;
}
</style>
border-color css
<style>
span { border-color: #DE79E1; }
span { border-color: rgb(222,121,225); }
td.TdClassName
{
border-color: #DE79E1;
}
.TagClassName
{
border-color: #DE79E1;
}
</style>