Shades of Orchid #DE79DA
Tints of Orchid #DE79DA
RGB
CMYK
RGB Variations
Color information
#DE79DA (or 0xDE79DA) is known color: Orchid. HEX triplet: DE, 79 and DA. RGB value is (222,121,218). Sum of RGB (Red+Green+Blue) = 222+121+218=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 121 (47.66% from 255 or 21.57% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE79DA is #218625. Grayscale: #A1A1A1. Windows color (decimal): -2197030 or 14318046. OLE color: 14318046.
HSL color Cylindrical-coordinate representation of color #DE79DA: hue angle of 302.38º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE79DA is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 121 | 218 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.13 |
| HSL | 302.38º | 0.6% | 0.67% | - |
| HSV(B) | 302.38º | 0.45% | 0.87% | - |
| XYZ | 49.62 | 34.27 | 70.33 | - |
| YUV | 162.26 | 159.46 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 121 | 218 | 0 | 0.45 | 0.02 | 0.13 | 302.38 | 0.6 | 0.67 |
| Hex | DE | 79 | DA | 0 | 2D | 2 | D | 12E | 3C | 43 |
| Octal | 336 | 171 | 332 | 0 | 55 | 2 | 15 | 456 | 74 | 103 |
| Binary | 11011110 | 1111001 | 11011010 | 0 | 101101 | 10 | 1101 | 100101110 | 111100 | 1000011 |
Color Harmonies of #DE79DA
Complementary color
Monochromatic Colors of #DE79DA
Black with #DE79DA
Text Example
Text Example
White with #DE79DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE79DA; }
p { color: rgb(222,121,218); }
H1.HeaderClassName
{
color: #DE79DA;
}
.AnyTagClassName
{
color: #DE79DA;
}
</style>
background-color css
<style>
a { background-color: #DE79DA; }
a { background-color: rgb(222,121,218); }
div.DivClassName
{
background-color: #DE79DA;
}
.BgClassName
{
background-color: #DE79DA;
}
</style>
border-color css
<style>
span { border-color: #DE79DA; }
span { border-color: rgb(222,121,218); }
td.TdClassName
{
border-color: #DE79DA;
}
.TagClassName
{
border-color: #DE79DA;
}
</style>