Shades of Orchid #DB68E5
Tints of Orchid #DB68E5
RGB
CMYK
RGB Variations
Color information
#DB68E5 (or 0xDB68E5) is known color: Orchid. HEX triplet: DB, 68 and E5. RGB value is (219,104,229). Sum of RGB (Red+Green+Blue) = 219+104+229=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 104 (41.02% from 255 or 18.84% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB68E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68E5 is #24971A. Grayscale: #989898. Windows color (decimal): -2397979 or 15034587. OLE color: 15034587.
HSL color Cylindrical-coordinate representation of color #DB68E5: hue angle of 295.2º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB68E5 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 104 | 229 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.10 |
| HSL | 295.2º | 0.71% | 0.65% | - |
| HSV(B) | 295.2º | 0.55% | 0.9% | - |
| XYZ | 48.31 | 30.62 | 77.49 | - |
| YUV | 152.64 | 171.1 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 229 | 0.04 | 0.55 | 0 | 0.10 | 295.2 | 0.71 | 0.65 |
| Hex | DB | 68 | E5 | 4 | 37 | 0 | A | 127 | 47 | 41 |
| Octal | 333 | 150 | 345 | 4 | 67 | 0 | 12 | 447 | 107 | 101 |
| Binary | 11011011 | 1101000 | 11100101 | 100 | 110111 | 0 | 1010 | 100100111 | 1000111 | 1000001 |
Color Harmonies of #DB68E5
Complementary color
Monochromatic Colors of #DB68E5
Black with #DB68E5
Text Example
Text Example
White with #DB68E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68E5; }
p { color: rgb(219,104,229); }
H1.HeaderClassName
{
color: #DB68E5;
}
.AnyTagClassName
{
color: #DB68E5;
}
</style>
background-color css
<style>
a { background-color: #DB68E5; }
a { background-color: rgb(219,104,229); }
div.DivClassName
{
background-color: #DB68E5;
}
.BgClassName
{
background-color: #DB68E5;
}
</style>
border-color css
<style>
span { border-color: #DB68E5; }
span { border-color: rgb(219,104,229); }
td.TdClassName
{
border-color: #DB68E5;
}
.TagClassName
{
border-color: #DB68E5;
}
</style>