Shades of Orchid #DB78CC
Tints of Orchid #DB78CC
RGB
CMYK
RGB Variations
Color information
#DB78CC (or 0xDB78CC) is known color: Orchid. HEX triplet: DB, 78 and CC. RGB value is (219,120,204). Sum of RGB (Red+Green+Blue) = 219+120+204=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78CC is #248733. Grayscale: #9E9E9E. Windows color (decimal): -2393908 or 13400283. OLE color: 13400283.
HSL color Cylindrical-coordinate representation of color #DB78CC: hue angle of 309.09º 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 #DB78CC is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 204 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.14 |
| HSL | 309.09º | 0.58% | 0.66% | - |
| HSV(B) | 309.09º | 0.45% | 0.86% | - |
| XYZ | 46.83 | 32.85 | 61 | - |
| YUV | 159.18 | 153.3 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 204 | 0 | 0.45 | 0.07 | 0.14 | 309.09 | 0.58 | 0.66 |
| Hex | DB | 78 | CC | 0 | 2D | 7 | E | 135 | 3A | 42 |
| Octal | 333 | 170 | 314 | 0 | 55 | 7 | 16 | 465 | 72 | 102 |
| Binary | 11011011 | 1111000 | 11001100 | 0 | 101101 | 111 | 1110 | 100110101 | 111010 | 1000010 |
Color Harmonies of #DB78CC
Complementary color
Monochromatic Colors of #DB78CC
Black with #DB78CC
Text Example
Text Example
White with #DB78CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78CC; }
p { color: rgb(219,120,204); }
H1.HeaderClassName
{
color: #DB78CC;
}
.AnyTagClassName
{
color: #DB78CC;
}
</style>
background-color css
<style>
a { background-color: #DB78CC; }
a { background-color: rgb(219,120,204); }
div.DivClassName
{
background-color: #DB78CC;
}
.BgClassName
{
background-color: #DB78CC;
}
</style>
border-color css
<style>
span { border-color: #DB78CC; }
span { border-color: rgb(219,120,204); }
td.TdClassName
{
border-color: #DB78CC;
}
.TagClassName
{
border-color: #DB78CC;
}
</style>