Shades of Orchid #DB66BF
Tints of Orchid #DB66BF
RGB
CMYK
RGB Variations
Color information
#DB66BF (or 0xDB66BF) is known color: Orchid. HEX triplet: DB, 66 and BF. RGB value is (219,102,191). Sum of RGB (Red+Green+Blue) = 219+102+191=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66BF is #249940. Grayscale: #929292. Windows color (decimal): -2398529 or 12543707. OLE color: 12543707.
HSL color Cylindrical-coordinate representation of color #DB66BF: hue angle of 314.36º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB66BF is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 191 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.14 |
| HSL | 314.36º | 0.62% | 0.63% | - |
| HSV(B) | 314.36º | 0.53% | 0.86% | - |
| XYZ | 43.37 | 28.32 | 52.47 | - |
| YUV | 147.13 | 152.76 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 191 | 0 | 0.53 | 0.13 | 0.14 | 314.36 | 0.62 | 0.63 |
| Hex | DB | 66 | BF | 0 | 35 | D | E | 13A | 3E | 3F |
| Octal | 333 | 146 | 277 | 0 | 65 | 15 | 16 | 472 | 76 | 77 |
| Binary | 11011011 | 1100110 | 10111111 | 0 | 110101 | 1101 | 1110 | 100111010 | 111110 | 111111 |
Color Harmonies of #DB66BF
Complementary color
Monochromatic Colors of #DB66BF
Black with #DB66BF
Text Example
Text Example
White with #DB66BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB66BF; }
p { color: rgb(219,102,191); }
H1.HeaderClassName
{
color: #DB66BF;
}
.AnyTagClassName
{
color: #DB66BF;
}
</style>
background-color css
<style>
a { background-color: #DB66BF; }
a { background-color: rgb(219,102,191); }
div.DivClassName
{
background-color: #DB66BF;
}
.BgClassName
{
background-color: #DB66BF;
}
</style>
border-color css
<style>
span { border-color: #DB66BF; }
span { border-color: rgb(219,102,191); }
td.TdClassName
{
border-color: #DB66BF;
}
.TagClassName
{
border-color: #DB66BF;
}
</style>