Shades of Orchid #DB67BD
Tints of Orchid #DB67BD
RGB
CMYK
RGB Variations
Color information
#DB67BD (or 0xDB67BD) is known color: Orchid. HEX triplet: DB, 67 and BD. RGB value is (219,103,189). Sum of RGB (Red+Green+Blue) = 219+103+189=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67BD is #249842. Grayscale: #939393. Windows color (decimal): -2398275 or 12412891. OLE color: 12412891.
HSL color Cylindrical-coordinate representation of color #DB67BD: hue angle of 315.52º 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 #DB67BD is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 189 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.14 |
| HSL | 315.52º | 0.62% | 0.63% | - |
| HSV(B) | 315.52º | 0.53% | 0.86% | - |
| XYZ | 43.25 | 28.43 | 51.35 | - |
| YUV | 147.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 189 | 0 | 0.53 | 0.14 | 0.14 | 315.52 | 0.62 | 0.63 |
| Hex | DB | 67 | BD | 0 | 35 | E | E | 13C | 3E | 3F |
| Octal | 333 | 147 | 275 | 0 | 65 | 16 | 16 | 474 | 76 | 77 |
| Binary | 11011011 | 1100111 | 10111101 | 0 | 110101 | 1110 | 1110 | 100111100 | 111110 | 111111 |
Color Harmonies of #DB67BD
Complementary color
Monochromatic Colors of #DB67BD
Black with #DB67BD
Text Example
Text Example
White with #DB67BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB67BD; }
p { color: rgb(219,103,189); }
H1.HeaderClassName
{
color: #DB67BD;
}
.AnyTagClassName
{
color: #DB67BD;
}
</style>
background-color css
<style>
a { background-color: #DB67BD; }
a { background-color: rgb(219,103,189); }
div.DivClassName
{
background-color: #DB67BD;
}
.BgClassName
{
background-color: #DB67BD;
}
</style>
border-color css
<style>
span { border-color: #DB67BD; }
span { border-color: rgb(219,103,189); }
td.TdClassName
{
border-color: #DB67BD;
}
.TagClassName
{
border-color: #DB67BD;
}
</style>