Shades of Orchid #DE79D3
Tints of Orchid #DE79D3
RGB
CMYK
RGB Variations
Color information
#DE79D3 (or 0xDE79D3) is known color: Orchid. HEX triplet: DE, 79 and D3. RGB value is (222,121,211). Sum of RGB (Red+Green+Blue) = 222+121+211=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE79D3 is #21862C. Grayscale: #A1A1A1. Windows color (decimal): -2197037 or 13859294. OLE color: 13859294.
HSL color Cylindrical-coordinate representation of color #DE79D3: hue angle of 306.53º 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 #DE79D3 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 121 | 211 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.13 |
| HSL | 306.53º | 0.6% | 0.67% | - |
| HSV(B) | 306.53º | 0.45% | 0.87% | - |
| XYZ | 48.72 | 33.91 | 65.61 | - |
| YUV | 161.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 121 | 211 | 0 | 0.45 | 0.05 | 0.13 | 306.53 | 0.6 | 0.67 |
| Hex | DE | 79 | D3 | 0 | 2D | 5 | D | 133 | 3C | 43 |
| Octal | 336 | 171 | 323 | 0 | 55 | 5 | 15 | 463 | 74 | 103 |
| Binary | 11011110 | 1111001 | 11010011 | 0 | 101101 | 101 | 1101 | 100110011 | 111100 | 1000011 |
Color Harmonies of #DE79D3
Complementary color
Monochromatic Colors of #DE79D3
Black with #DE79D3
Text Example
Text Example
White with #DE79D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE79D3; }
p { color: rgb(222,121,211); }
H1.HeaderClassName
{
color: #DE79D3;
}
.AnyTagClassName
{
color: #DE79D3;
}
</style>
background-color css
<style>
a { background-color: #DE79D3; }
a { background-color: rgb(222,121,211); }
div.DivClassName
{
background-color: #DE79D3;
}
.BgClassName
{
background-color: #DE79D3;
}
</style>
border-color css
<style>
span { border-color: #DE79D3; }
span { border-color: rgb(222,121,211); }
td.TdClassName
{
border-color: #DE79D3;
}
.TagClassName
{
border-color: #DE79D3;
}
</style>