Shades of Orchid #DB7FCF
Tints of Orchid #DB7FCF
RGB
CMYK
RGB Variations
Color information
#DB7FCF (or 0xDB7FCF) is known color: Orchid. HEX triplet: DB, 7F and CF. RGB value is (219,127,207). Sum of RGB (Red+Green+Blue) = 219+127+207=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FCF is #248030. Grayscale: #A3A3A3. Windows color (decimal): -2392113 or 13598683. OLE color: 13598683.
HSL color Cylindrical-coordinate representation of color #DB7FCF: hue angle of 307.83º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7FCF is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 207 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.14 |
| HSL | 307.83º | 0.56% | 0.68% | - |
| HSV(B) | 307.83º | 0.42% | 0.86% | - |
| XYZ | 48.07 | 34.74 | 63.2 | - |
| YUV | 163.63 | 152.48 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 207 | 0 | 0.42 | 0.05 | 0.14 | 307.83 | 0.56 | 0.68 |
| Hex | DB | 7F | CF | 0 | 2A | 5 | E | 134 | 38 | 44 |
| Octal | 333 | 177 | 317 | 0 | 52 | 5 | 16 | 464 | 70 | 104 |
| Binary | 11011011 | 1111111 | 11001111 | 0 | 101010 | 101 | 1110 | 100110100 | 111000 | 1000100 |
Color Harmonies of #DB7FCF
Complementary color
Monochromatic Colors of #DB7FCF
Black with #DB7FCF
Text Example
Text Example
White with #DB7FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FCF; }
p { color: rgb(219,127,207); }
H1.HeaderClassName
{
color: #DB7FCF;
}
.AnyTagClassName
{
color: #DB7FCF;
}
</style>
background-color css
<style>
a { background-color: #DB7FCF; }
a { background-color: rgb(219,127,207); }
div.DivClassName
{
background-color: #DB7FCF;
}
.BgClassName
{
background-color: #DB7FCF;
}
</style>
border-color css
<style>
span { border-color: #DB7FCF; }
span { border-color: rgb(219,127,207); }
td.TdClassName
{
border-color: #DB7FCF;
}
.TagClassName
{
border-color: #DB7FCF;
}
</style>