Shades of Orchid #DB7FCB
Tints of Orchid #DB7FCB
RGB
CMYK
RGB Variations
Color information
#DB7FCB (or 0xDB7FCB) is known color: Orchid. HEX triplet: DB, 7F and CB. RGB value is (219,127,203). Sum of RGB (Red+Green+Blue) = 219+127+203=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FCB is #248034. Grayscale: #A2A2A2. Windows color (decimal): -2392117 or 13336539. OLE color: 13336539.
HSL color Cylindrical-coordinate representation of color #DB7FCB: hue angle of 310.43º 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 #DB7FCB is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 203 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.14 |
| HSL | 310.43º | 0.56% | 0.68% | - |
| HSV(B) | 310.43º | 0.42% | 0.86% | - |
| XYZ | 47.58 | 34.55 | 60.66 | - |
| YUV | 163.17 | 150.48 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 203 | 0 | 0.42 | 0.07 | 0.14 | 310.43 | 0.56 | 0.68 |
| Hex | DB | 7F | CB | 0 | 2A | 7 | E | 136 | 38 | 44 |
| Octal | 333 | 177 | 313 | 0 | 52 | 7 | 16 | 466 | 70 | 104 |
| Binary | 11011011 | 1111111 | 11001011 | 0 | 101010 | 111 | 1110 | 100110110 | 111000 | 1000100 |
Color Harmonies of #DB7FCB
Complementary color
Monochromatic Colors of #DB7FCB
Black with #DB7FCB
Text Example
Text Example
White with #DB7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FCB; }
p { color: rgb(219,127,203); }
H1.HeaderClassName
{
color: #DB7FCB;
}
.AnyTagClassName
{
color: #DB7FCB;
}
</style>
background-color css
<style>
a { background-color: #DB7FCB; }
a { background-color: rgb(219,127,203); }
div.DivClassName
{
background-color: #DB7FCB;
}
.BgClassName
{
background-color: #DB7FCB;
}
</style>
border-color css
<style>
span { border-color: #DB7FCB; }
span { border-color: rgb(219,127,203); }
td.TdClassName
{
border-color: #DB7FCB;
}
.TagClassName
{
border-color: #DB7FCB;
}
</style>