Shades of Orchid #DB67BF
Tints of Orchid #DB67BF
RGB
CMYK
RGB Variations
Color information
#DB67BF (or 0xDB67BF) is known color: Orchid. HEX triplet: DB, 67 and BF. RGB value is (219,103,191). Sum of RGB (Red+Green+Blue) = 219+103+191=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67BF is #249840. Grayscale: #939393. Windows color (decimal): -2398273 or 12543963. OLE color: 12543963.
HSL color Cylindrical-coordinate representation of color #DB67BF: hue angle of 314.48º 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 #DB67BF is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 191 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.14 |
| HSL | 314.48º | 0.62% | 0.63% | - |
| HSV(B) | 314.48º | 0.53% | 0.86% | - |
| XYZ | 43.47 | 28.52 | 52.5 | - |
| YUV | 147.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 191 | 0 | 0.53 | 0.13 | 0.14 | 314.48 | 0.62 | 0.63 |
| Hex | DB | 67 | BF | 0 | 35 | D | E | 13A | 3E | 3F |
| Octal | 333 | 147 | 277 | 0 | 65 | 15 | 16 | 472 | 76 | 77 |
| Binary | 11011011 | 1100111 | 10111111 | 0 | 110101 | 1101 | 1110 | 100111010 | 111110 | 111111 |
Color Harmonies of #DB67BF
Complementary color
Monochromatic Colors of #DB67BF
Black with #DB67BF
Text Example
Text Example
White with #DB67BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB67BF; }
p { color: rgb(219,103,191); }
H1.HeaderClassName
{
color: #DB67BF;
}
.AnyTagClassName
{
color: #DB67BF;
}
</style>
background-color css
<style>
a { background-color: #DB67BF; }
a { background-color: rgb(219,103,191); }
div.DivClassName
{
background-color: #DB67BF;
}
.BgClassName
{
background-color: #DB67BF;
}
</style>
border-color css
<style>
span { border-color: #DB67BF; }
span { border-color: rgb(219,103,191); }
td.TdClassName
{
border-color: #DB67BF;
}
.TagClassName
{
border-color: #DB67BF;
}
</style>