Shades of Orchid #DB65E3
Tints of Orchid #DB65E3
RGB
CMYK
RGB Variations
Color information
#DB65E3 (or 0xDB65E3) is known color: Orchid. HEX triplet: DB, 65 and E3. RGB value is (219,101,227). Sum of RGB (Red+Green+Blue) = 219+101+227=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 101 (39.84% from 255 or 18.46% from 547); Blue value is 227 (89.06% from 255 or 41.50% from 547); Max value from RGB is 227 - color contains mainly: blue. Hex color #DB65E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB65E3 is #249A1C. Grayscale: #969696. Windows color (decimal): -2398749 or 14902747. OLE color: 14902747.
HSL color Cylindrical-coordinate representation of color #DB65E3: hue angle of 296.19º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB65E3 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 101 | 227 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.11 |
| HSL | 296.19º | 0.69% | 0.64% | - |
| HSV(B) | 296.19º | 0.56% | 0.89% | - |
| XYZ | 47.73 | 29.91 | 75.93 | - |
| YUV | 150.65 | 171.09 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 227 | 0.04 | 0.56 | 0 | 0.11 | 296.19 | 0.69 | 0.64 |
| Hex | DB | 65 | E3 | 4 | 38 | 0 | B | 128 | 45 | 40 |
| Octal | 333 | 145 | 343 | 4 | 70 | 0 | 13 | 450 | 105 | 100 |
| Binary | 11011011 | 1100101 | 11100011 | 100 | 111000 | 0 | 1011 | 100101000 | 1000101 | 1000000 |
Color Harmonies of #DB65E3
Complementary color
Monochromatic Colors of #DB65E3
Black with #DB65E3
Text Example
Text Example
White with #DB65E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65E3; }
p { color: rgb(219,101,227); }
H1.HeaderClassName
{
color: #DB65E3;
}
.AnyTagClassName
{
color: #DB65E3;
}
</style>
background-color css
<style>
a { background-color: #DB65E3; }
a { background-color: rgb(219,101,227); }
div.DivClassName
{
background-color: #DB65E3;
}
.BgClassName
{
background-color: #DB65E3;
}
</style>
border-color css
<style>
span { border-color: #DB65E3; }
span { border-color: rgb(219,101,227); }
td.TdClassName
{
border-color: #DB65E3;
}
.TagClassName
{
border-color: #DB65E3;
}
</style>