Shades of Orchid #DB65BD
Tints of Orchid #DB65BD
RGB
CMYK
RGB Variations
Color information
#DB65BD (or 0xDB65BD) is known color: Orchid. HEX triplet: DB, 65 and BD. RGB value is (219,101,189). Sum of RGB (Red+Green+Blue) = 219+101+189=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB65BD is #249A42. Grayscale: #929292. Windows color (decimal): -2398787 or 12412379. OLE color: 12412379.
HSL color Cylindrical-coordinate representation of color #DB65BD: hue angle of 315.25º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB65BD is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 189 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.14 |
| HSL | 315.25º | 0.62% | 0.63% | - |
| HSV(B) | 315.25º | 0.54% | 0.86% | - |
| XYZ | 43.05 | 28.04 | 51.29 | - |
| YUV | 146.31 | 152.09 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 189 | 0 | 0.54 | 0.14 | 0.14 | 315.25 | 0.62 | 0.63 |
| Hex | DB | 65 | BD | 0 | 36 | E | E | 13B | 3E | 3F |
| Octal | 333 | 145 | 275 | 0 | 66 | 16 | 16 | 473 | 76 | 77 |
| Binary | 11011011 | 1100101 | 10111101 | 0 | 110110 | 1110 | 1110 | 100111011 | 111110 | 111111 |
Color Harmonies of #DB65BD
Complementary color
Monochromatic Colors of #DB65BD
Black with #DB65BD
Text Example
Text Example
White with #DB65BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65BD; }
p { color: rgb(219,101,189); }
H1.HeaderClassName
{
color: #DB65BD;
}
.AnyTagClassName
{
color: #DB65BD;
}
</style>
background-color css
<style>
a { background-color: #DB65BD; }
a { background-color: rgb(219,101,189); }
div.DivClassName
{
background-color: #DB65BD;
}
.BgClassName
{
background-color: #DB65BD;
}
</style>
border-color css
<style>
span { border-color: #DB65BD; }
span { border-color: rgb(219,101,189); }
td.TdClassName
{
border-color: #DB65BD;
}
.TagClassName
{
border-color: #DB65BD;
}
</style>