Shades of Orchid #DB65C3
Tints of Orchid #DB65C3
RGB
CMYK
RGB Variations
Color information
#DB65C3 (or 0xDB65C3) is known color: Orchid. HEX triplet: DB, 65 and C3. RGB value is (219,101,195). Sum of RGB (Red+Green+Blue) = 219+101+195=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB65C3 is #249A3C. Grayscale: #929292. Windows color (decimal): -2398781 or 12805595. OLE color: 12805595.
HSL color Cylindrical-coordinate representation of color #DB65C3: hue angle of 312.2º 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 #DB65C3 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 195 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.14 |
| HSL | 312.2º | 0.62% | 0.63% | - |
| HSV(B) | 312.2º | 0.54% | 0.86% | - |
| XYZ | 43.72 | 28.31 | 54.79 | - |
| YUV | 147 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 195 | 0 | 0.54 | 0.11 | 0.14 | 312.2 | 0.62 | 0.63 |
| Hex | DB | 65 | C3 | 0 | 36 | B | E | 138 | 3E | 3F |
| Octal | 333 | 145 | 303 | 0 | 66 | 13 | 16 | 470 | 76 | 77 |
| Binary | 11011011 | 1100101 | 11000011 | 0 | 110110 | 1011 | 1110 | 100111000 | 111110 | 111111 |
Color Harmonies of #DB65C3
Complementary color
Monochromatic Colors of #DB65C3
Black with #DB65C3
Text Example
Text Example
White with #DB65C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65C3; }
p { color: rgb(219,101,195); }
H1.HeaderClassName
{
color: #DB65C3;
}
.AnyTagClassName
{
color: #DB65C3;
}
</style>
background-color css
<style>
a { background-color: #DB65C3; }
a { background-color: rgb(219,101,195); }
div.DivClassName
{
background-color: #DB65C3;
}
.BgClassName
{
background-color: #DB65C3;
}
</style>
border-color css
<style>
span { border-color: #DB65C3; }
span { border-color: rgb(219,101,195); }
td.TdClassName
{
border-color: #DB65C3;
}
.TagClassName
{
border-color: #DB65C3;
}
</style>