Shades of Orchid #DB67BC
Tints of Orchid #DB67BC
RGB
CMYK
RGB Variations
Color information
#DB67BC (or 0xDB67BC) is known color: Orchid. HEX triplet: DB, 67 and BC. RGB value is (219,103,188). Sum of RGB (Red+Green+Blue) = 219+103+188=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67BC is #249843. Grayscale: #939393. Windows color (decimal): -2398276 or 12347355. OLE color: 12347355.
HSL color Cylindrical-coordinate representation of color #DB67BC: hue angle of 316.03º 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 #DB67BC is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 188 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.14 |
| HSL | 316.03º | 0.62% | 0.63% | - |
| HSV(B) | 316.03º | 0.53% | 0.86% | - |
| XYZ | 43.14 | 28.39 | 50.78 | - |
| YUV | 147.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 188 | 0 | 0.53 | 0.14 | 0.14 | 316.03 | 0.62 | 0.63 |
| Hex | DB | 67 | BC | 0 | 35 | E | E | 13C | 3E | 3F |
| Octal | 333 | 147 | 274 | 0 | 65 | 16 | 16 | 474 | 76 | 77 |
| Binary | 11011011 | 1100111 | 10111100 | 0 | 110101 | 1110 | 1110 | 100111100 | 111110 | 111111 |
Color Harmonies of #DB67BC
Complementary color
Monochromatic Colors of #DB67BC
Black with #DB67BC
Text Example
Text Example
White with #DB67BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB67BC; }
p { color: rgb(219,103,188); }
H1.HeaderClassName
{
color: #DB67BC;
}
.AnyTagClassName
{
color: #DB67BC;
}
</style>
background-color css
<style>
a { background-color: #DB67BC; }
a { background-color: rgb(219,103,188); }
div.DivClassName
{
background-color: #DB67BC;
}
.BgClassName
{
background-color: #DB67BC;
}
</style>
border-color css
<style>
span { border-color: #DB67BC; }
span { border-color: rgb(219,103,188); }
td.TdClassName
{
border-color: #DB67BC;
}
.TagClassName
{
border-color: #DB67BC;
}
</style>