Shades of Orchid #DB67BE
Tints of Orchid #DB67BE
RGB
CMYK
RGB Variations
Color information
#DB67BE (or 0xDB67BE) is known color: Orchid. HEX triplet: DB, 67 and BE. RGB value is (219,103,190). Sum of RGB (Red+Green+Blue) = 219+103+190=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67BE is #249841. Grayscale: #939393. Windows color (decimal): -2398274 or 12478427. OLE color: 12478427.
HSL color Cylindrical-coordinate representation of color #DB67BE: hue angle of 315º 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 #DB67BE is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 190 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.14 |
| HSL | 315º | 0.62% | 0.63% | - |
| HSV(B) | 315º | 0.53% | 0.86% | - |
| XYZ | 43.36 | 28.48 | 51.93 | - |
| YUV | 147.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 190 | 0 | 0.53 | 0.13 | 0.14 | 315 | 0.62 | 0.63 |
| Hex | DB | 67 | BE | 0 | 35 | D | E | 13B | 3E | 3F |
| Octal | 333 | 147 | 276 | 0 | 65 | 15 | 16 | 473 | 76 | 77 |
| Binary | 11011011 | 1100111 | 10111110 | 0 | 110101 | 1101 | 1110 | 100111011 | 111110 | 111111 |
Color Harmonies of #DB67BE
Complementary color
Monochromatic Colors of #DB67BE
Black with #DB67BE
Text Example
Text Example
White with #DB67BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB67BE; }
p { color: rgb(219,103,190); }
H1.HeaderClassName
{
color: #DB67BE;
}
.AnyTagClassName
{
color: #DB67BE;
}
</style>
background-color css
<style>
a { background-color: #DB67BE; }
a { background-color: rgb(219,103,190); }
div.DivClassName
{
background-color: #DB67BE;
}
.BgClassName
{
background-color: #DB67BE;
}
</style>
border-color css
<style>
span { border-color: #DB67BE; }
span { border-color: rgb(219,103,190); }
td.TdClassName
{
border-color: #DB67BE;
}
.TagClassName
{
border-color: #DB67BE;
}
</style>