Shades of Orchid #DB79CA
Tints of Orchid #DB79CA
RGB
CMYK
RGB Variations
Color information
#DB79CA (or 0xDB79CA) is known color: Orchid. HEX triplet: DB, 79 and CA. RGB value is (219,121,202). Sum of RGB (Red+Green+Blue) = 219+121+202=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 121 (47.66% from 255 or 22.32% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79CA is #248635. Grayscale: #9F9F9F. Windows color (decimal): -2393654 or 13269467. OLE color: 13269467.
HSL color Cylindrical-coordinate representation of color #DB79CA: hue angle of 310.41º 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 #DB79CA is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 202 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.14 |
| HSL | 310.41º | 0.58% | 0.67% | - |
| HSV(B) | 310.41º | 0.45% | 0.86% | - |
| XYZ | 46.71 | 33 | 59.78 | - |
| YUV | 159.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 202 | 0 | 0.45 | 0.08 | 0.14 | 310.41 | 0.58 | 0.67 |
| Hex | DB | 79 | CA | 0 | 2D | 8 | E | 136 | 3A | 43 |
| Octal | 333 | 171 | 312 | 0 | 55 | 10 | 16 | 466 | 72 | 103 |
| Binary | 11011011 | 1111001 | 11001010 | 0 | 101101 | 1000 | 1110 | 100110110 | 111010 | 1000011 |
Color Harmonies of #DB79CA
Complementary color
Monochromatic Colors of #DB79CA
Black with #DB79CA
Text Example
Text Example
White with #DB79CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB79CA; }
p { color: rgb(219,121,202); }
H1.HeaderClassName
{
color: #DB79CA;
}
.AnyTagClassName
{
color: #DB79CA;
}
</style>
background-color css
<style>
a { background-color: #DB79CA; }
a { background-color: rgb(219,121,202); }
div.DivClassName
{
background-color: #DB79CA;
}
.BgClassName
{
background-color: #DB79CA;
}
</style>
border-color css
<style>
span { border-color: #DB79CA; }
span { border-color: rgb(219,121,202); }
td.TdClassName
{
border-color: #DB79CA;
}
.TagClassName
{
border-color: #DB79CA;
}
</style>