Shades of Orchid #DB65BB
Tints of Orchid #DB65BB
RGB
CMYK
RGB Variations
Color information
#DB65BB (or 0xDB65BB) is known color: Orchid. HEX triplet: DB, 65 and BB. RGB value is (219,101,187). Sum of RGB (Red+Green+Blue) = 219+101+187=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB65BB is #249A44. Grayscale: #919191. Windows color (decimal): -2398789 or 12281307. OLE color: 12281307.
HSL color Cylindrical-coordinate representation of color #DB65BB: hue angle of 316.27º 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 #DB65BB is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 187 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.14 |
| HSL | 316.27º | 0.62% | 0.63% | - |
| HSV(B) | 316.27º | 0.54% | 0.86% | - |
| XYZ | 42.84 | 27.96 | 50.15 | - |
| YUV | 146.09 | 151.09 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 187 | 0 | 0.54 | 0.15 | 0.14 | 316.27 | 0.62 | 0.63 |
| Hex | DB | 65 | BB | 0 | 36 | F | E | 13C | 3E | 3F |
| Octal | 333 | 145 | 273 | 0 | 66 | 17 | 16 | 474 | 76 | 77 |
| Binary | 11011011 | 1100101 | 10111011 | 0 | 110110 | 1111 | 1110 | 100111100 | 111110 | 111111 |
Color Harmonies of #DB65BB
Complementary color
Monochromatic Colors of #DB65BB
Black with #DB65BB
Text Example
Text Example
White with #DB65BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65BB; }
p { color: rgb(219,101,187); }
H1.HeaderClassName
{
color: #DB65BB;
}
.AnyTagClassName
{
color: #DB65BB;
}
</style>
background-color css
<style>
a { background-color: #DB65BB; }
a { background-color: rgb(219,101,187); }
div.DivClassName
{
background-color: #DB65BB;
}
.BgClassName
{
background-color: #DB65BB;
}
</style>
border-color css
<style>
span { border-color: #DB65BB; }
span { border-color: rgb(219,101,187); }
td.TdClassName
{
border-color: #DB65BB;
}
.TagClassName
{
border-color: #DB65BB;
}
</style>