Shades of Orchid #DB7CCF
Tints of Orchid #DB7CCF
RGB
CMYK
RGB Variations
Color information
#DB7CCF (or 0xDB7CCF) is known color: Orchid. HEX triplet: DB, 7C and CF. RGB value is (219,124,207). Sum of RGB (Red+Green+Blue) = 219+124+207=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CCF is #248330. Grayscale: #A1A1A1. Windows color (decimal): -2392881 or 13597915. OLE color: 13597915.
HSL color Cylindrical-coordinate representation of color #DB7CCF: hue angle of 307.58º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7CCF is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 207 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.14 |
| HSL | 307.58º | 0.57% | 0.67% | - |
| HSV(B) | 307.58º | 0.43% | 0.86% | - |
| XYZ | 47.68 | 33.98 | 63.08 | - |
| YUV | 161.87 | 153.47 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 207 | 0 | 0.43 | 0.05 | 0.14 | 307.58 | 0.57 | 0.67 |
| Hex | DB | 7C | CF | 0 | 2B | 5 | E | 134 | 39 | 43 |
| Octal | 333 | 174 | 317 | 0 | 53 | 5 | 16 | 464 | 71 | 103 |
| Binary | 11011011 | 1111100 | 11001111 | 0 | 101011 | 101 | 1110 | 100110100 | 111001 | 1000011 |
Color Harmonies of #DB7CCF
Complementary color
Monochromatic Colors of #DB7CCF
Black with #DB7CCF
Text Example
Text Example
White with #DB7CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CCF; }
p { color: rgb(219,124,207); }
H1.HeaderClassName
{
color: #DB7CCF;
}
.AnyTagClassName
{
color: #DB7CCF;
}
</style>
background-color css
<style>
a { background-color: #DB7CCF; }
a { background-color: rgb(219,124,207); }
div.DivClassName
{
background-color: #DB7CCF;
}
.BgClassName
{
background-color: #DB7CCF;
}
</style>
border-color css
<style>
span { border-color: #DB7CCF; }
span { border-color: rgb(219,124,207); }
td.TdClassName
{
border-color: #DB7CCF;
}
.TagClassName
{
border-color: #DB7CCF;
}
</style>