Shades of Orchid #DF79E5
Tints of Orchid #DF79E5
RGB
CMYK
RGB Variations
Color information
#DF79E5 (or 0xDF79E5) is known color: Orchid. HEX triplet: DF, 79 and E5. RGB value is (223,121,229). Sum of RGB (Red+Green+Blue) = 223+121+229=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 121 (47.66% from 255 or 21.12% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF79E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79E5 is #20861A. Grayscale: #A3A3A3. Windows color (decimal): -2131483 or 15038943. OLE color: 15038943.
HSL color Cylindrical-coordinate representation of color #DF79E5: hue angle of 296.67º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF79E5 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 121 | 229 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.10 |
| HSL | 296.67º | 0.68% | 0.69% | - |
| HSV(B) | 296.67º | 0.47% | 0.9% | - |
| XYZ | 51.41 | 35.02 | 78.18 | - |
| YUV | 163.81 | 164.79 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 229 | 0.03 | 0.47 | 0 | 0.10 | 296.67 | 0.68 | 0.69 |
| Hex | DF | 79 | E5 | 3 | 2F | 0 | A | 129 | 44 | 45 |
| Octal | 337 | 171 | 345 | 3 | 57 | 0 | 12 | 451 | 104 | 105 |
| Binary | 11011111 | 1111001 | 11100101 | 11 | 101111 | 0 | 1010 | 100101001 | 1000100 | 1000101 |
Color Harmonies of #DF79E5
Complementary color
Monochromatic Colors of #DF79E5
Black with #DF79E5
Text Example
Text Example
White with #DF79E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF79E5; }
p { color: rgb(223,121,229); }
H1.HeaderClassName
{
color: #DF79E5;
}
.AnyTagClassName
{
color: #DF79E5;
}
</style>
background-color css
<style>
a { background-color: #DF79E5; }
a { background-color: rgb(223,121,229); }
div.DivClassName
{
background-color: #DF79E5;
}
.BgClassName
{
background-color: #DF79E5;
}
</style>
border-color css
<style>
span { border-color: #DF79E5; }
span { border-color: rgb(223,121,229); }
td.TdClassName
{
border-color: #DF79E5;
}
.TagClassName
{
border-color: #DF79E5;
}
</style>