Shades of Orchid #DB65BC
Tints of Orchid #DB65BC
RGB
CMYK
RGB Variations
Color information
#DB65BC (or 0xDB65BC) is known color: Orchid. HEX triplet: DB, 65 and BC. RGB value is (219,101,188). Sum of RGB (Red+Green+Blue) = 219+101+188=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB65BC is #249A43. Grayscale: #919191. Windows color (decimal): -2398788 or 12346843. OLE color: 12346843.
HSL color Cylindrical-coordinate representation of color #DB65BC: hue angle of 315.76º 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 #DB65BC is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 188 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.14 |
| HSL | 315.76º | 0.62% | 0.63% | - |
| HSV(B) | 315.76º | 0.54% | 0.86% | - |
| XYZ | 42.94 | 28 | 50.72 | - |
| YUV | 146.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 188 | 0 | 0.54 | 0.14 | 0.14 | 315.76 | 0.62 | 0.63 |
| Hex | DB | 65 | BC | 0 | 36 | E | E | 13C | 3E | 3F |
| Octal | 333 | 145 | 274 | 0 | 66 | 16 | 16 | 474 | 76 | 77 |
| Binary | 11011011 | 1100101 | 10111100 | 0 | 110110 | 1110 | 1110 | 100111100 | 111110 | 111111 |
Color Harmonies of #DB65BC
Complementary color
Monochromatic Colors of #DB65BC
Black with #DB65BC
Text Example
Text Example
White with #DB65BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65BC; }
p { color: rgb(219,101,188); }
H1.HeaderClassName
{
color: #DB65BC;
}
.AnyTagClassName
{
color: #DB65BC;
}
</style>
background-color css
<style>
a { background-color: #DB65BC; }
a { background-color: rgb(219,101,188); }
div.DivClassName
{
background-color: #DB65BC;
}
.BgClassName
{
background-color: #DB65BC;
}
</style>
border-color css
<style>
span { border-color: #DB65BC; }
span { border-color: rgb(219,101,188); }
td.TdClassName
{
border-color: #DB65BC;
}
.TagClassName
{
border-color: #DB65BC;
}
</style>