Shades of Orchid #DB78CF
Tints of Orchid #DB78CF
RGB
CMYK
RGB Variations
Color information
#DB78CF (or 0xDB78CF) is known color: Orchid. HEX triplet: DB, 78 and CF. RGB value is (219,120,207). Sum of RGB (Red+Green+Blue) = 219+120+207=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78CF is #248730. Grayscale: #9F9F9F. Windows color (decimal): -2393905 or 13596891. OLE color: 13596891.
HSL color Cylindrical-coordinate representation of color #DB78CF: hue angle of 307.27º 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 #DB78CF is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 120 | 207 | - |
CMYK | 0 | 0.45 | 0.05 | 0.14 |
HSL | 307.27º | 0.58% | 0.66% | - |
HSV(B) | 307.27º | 0.45% | 0.86% | - |
XYZ | 47.19 | 33 | 62.91 | - |
YUV | 159.52 | 154.8 | 170.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 120 | 207 | 0 | 0.45 | 0.05 | 0.14 | 307.27 | 0.58 | 0.66 |
Hex | DB | 78 | CF | 0 | 2D | 5 | E | 133 | 3A | 42 |
Octal | 333 | 170 | 317 | 0 | 55 | 5 | 16 | 463 | 72 | 102 |
Binary | 11011011 | 1111000 | 11001111 | 0 | 101101 | 101 | 1110 | 100110011 | 111010 | 1000010 |
Color Harmonies of #DB78CF
Complementary color
Monochromatic Colors of #DB78CF
Black with #DB78CF
Text Example
Text Example
White with #DB78CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78CF; }
p { color: rgb(219,120,207); }
H1.HeaderClassName
{
color: #DB78CF;
}
.AnyTagClassName
{
color: #DB78CF;
}
</style>
background-color css
<style>
a { background-color: #DB78CF; }
a { background-color: rgb(219,120,207); }
div.DivClassName
{
background-color: #DB78CF;
}
.BgClassName
{
background-color: #DB78CF;
}
</style>
border-color css
<style>
span { border-color: #DB78CF; }
span { border-color: rgb(219,120,207); }
td.TdClassName
{
border-color: #DB78CF;
}
.TagClassName
{
border-color: #DB78CF;
}
</style>