Shades of Orchid #DB79E4
Tints of Orchid #DB79E4
RGB
CMYK
RGB Variations
Color information
#DB79E4 (or 0xDB79E4) is known color: Orchid. HEX triplet: DB, 79 and E4. RGB value is (219,121,228). Sum of RGB (Red+Green+Blue) = 219+121+228=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB79E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79E4 is #24861B. Grayscale: #A2A2A2. Windows color (decimal): -2393628 or 14973403. OLE color: 14973403.
HSL color Cylindrical-coordinate representation of color #DB79E4: hue angle of 294.95º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB79E4 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 121 | 228 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.11 |
| HSL | 294.95º | 0.66% | 0.68% | - |
| HSV(B) | 294.95º | 0.47% | 0.89% | - |
| XYZ | 50.05 | 34.34 | 77.39 | - |
| YUV | 162.5 | 164.97 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 228 | 0.04 | 0.47 | 0 | 0.11 | 294.95 | 0.66 | 0.68 |
| Hex | DB | 79 | E4 | 4 | 2F | 0 | B | 127 | 42 | 44 |
| Octal | 333 | 171 | 344 | 4 | 57 | 0 | 13 | 447 | 102 | 104 |
| Binary | 11011011 | 1111001 | 11100100 | 100 | 101111 | 0 | 1011 | 100100111 | 1000010 | 1000100 |
Color Harmonies of #DB79E4
Complementary color
Monochromatic Colors of #DB79E4
Black with #DB79E4
Text Example
Text Example
White with #DB79E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB79E4; }
p { color: rgb(219,121,228); }
H1.HeaderClassName
{
color: #DB79E4;
}
.AnyTagClassName
{
color: #DB79E4;
}
</style>
background-color css
<style>
a { background-color: #DB79E4; }
a { background-color: rgb(219,121,228); }
div.DivClassName
{
background-color: #DB79E4;
}
.BgClassName
{
background-color: #DB79E4;
}
</style>
border-color css
<style>
span { border-color: #DB79E4; }
span { border-color: rgb(219,121,228); }
td.TdClassName
{
border-color: #DB79E4;
}
.TagClassName
{
border-color: #DB79E4;
}
</style>