Shades of Orchid #DB79DB
Tints of Orchid #DB79DB
RGB
CMYK
RGB Variations
Color information
#DB79DB (or 0xDB79DB) is known color: Orchid. HEX triplet: DB, 79 and DB. RGB value is (219,121,219). Sum of RGB (Red+Green+Blue) = 219+121+219=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB79DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79DB is #248624. Grayscale: #A1A1A1. Windows color (decimal): -2393637 or 14383579. OLE color: 14383579.
HSL color Cylindrical-coordinate representation of color #DB79DB: hue angle of 300º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB79DB is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 121 | 219 | - |
CMYK | 0 | 0.45 | 0 | 0.14 |
HSL | 300º | 0.58% | 0.67% | - |
HSV(B) | 300º | 0.45% | 0.86% | - |
XYZ | 48.84 | 33.85 | 70.98 | - |
YUV | 161.47 | 160.47 | 169.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 121 | 219 | 0 | 0.45 | 0 | 0.14 | 300 | 0.58 | 0.67 |
Hex | DB | 79 | DB | 0 | 2D | 0 | E | 12C | 3A | 43 |
Octal | 333 | 171 | 333 | 0 | 55 | 0 | 16 | 454 | 72 | 103 |
Binary | 11011011 | 1111001 | 11011011 | 0 | 101101 | 0 | 1110 | 100101100 | 111010 | 1000011 |
Color Harmonies of #DB79DB
Complementary color
Monochromatic Colors of #DB79DB
Black with #DB79DB
Text Example
Text Example
White with #DB79DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB79DB; }
p { color: rgb(219,121,219); }
H1.HeaderClassName
{
color: #DB79DB;
}
.AnyTagClassName
{
color: #DB79DB;
}
</style>
background-color css
<style>
a { background-color: #DB79DB; }
a { background-color: rgb(219,121,219); }
div.DivClassName
{
background-color: #DB79DB;
}
.BgClassName
{
background-color: #DB79DB;
}
</style>
border-color css
<style>
span { border-color: #DB79DB; }
span { border-color: rgb(219,121,219); }
td.TdClassName
{
border-color: #DB79DB;
}
.TagClassName
{
border-color: #DB79DB;
}
</style>