Shades of Orchid #DB78CA
Tints of Orchid #DB78CA
RGB
CMYK
RGB Variations
Color information
#DB78CA (or 0xDB78CA) is known color: Orchid. HEX triplet: DB, 78 and CA. RGB value is (219,120,202). Sum of RGB (Red+Green+Blue) = 219+120+202=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78CA is #248735. Grayscale: #9E9E9E. Windows color (decimal): -2393910 or 13269211. OLE color: 13269211.
HSL color Cylindrical-coordinate representation of color #DB78CA: hue angle of 310.3º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB78CA is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 202 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.14 |
| HSL | 310.3º | 0.58% | 0.66% | - |
| HSV(B) | 310.3º | 0.45% | 0.86% | - |
| XYZ | 46.59 | 32.76 | 59.74 | - |
| YUV | 158.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 202 | 0 | 0.45 | 0.08 | 0.14 | 310.3 | 0.58 | 0.66 |
| Hex | DB | 78 | CA | 0 | 2D | 8 | E | 136 | 3A | 42 |
| Octal | 333 | 170 | 312 | 0 | 55 | 10 | 16 | 466 | 72 | 102 |
| Binary | 11011011 | 1111000 | 11001010 | 0 | 101101 | 1000 | 1110 | 100110110 | 111010 | 1000010 |
Color Harmonies of #DB78CA
Complementary color
Monochromatic Colors of #DB78CA
Black with #DB78CA
Text Example
Text Example
White with #DB78CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78CA; }
p { color: rgb(219,120,202); }
H1.HeaderClassName
{
color: #DB78CA;
}
.AnyTagClassName
{
color: #DB78CA;
}
</style>
background-color css
<style>
a { background-color: #DB78CA; }
a { background-color: rgb(219,120,202); }
div.DivClassName
{
background-color: #DB78CA;
}
.BgClassName
{
background-color: #DB78CA;
}
</style>
border-color css
<style>
span { border-color: #DB78CA; }
span { border-color: rgb(219,120,202); }
td.TdClassName
{
border-color: #DB78CA;
}
.TagClassName
{
border-color: #DB78CA;
}
</style>