Shades of Orchid #DB67E3
Tints of Orchid #DB67E3
RGB
CMYK
RGB Variations
Color information
#DB67E3 (or 0xDB67E3) is known color: Orchid. HEX triplet: DB, 67 and E3. RGB value is (219,103,227). Sum of RGB (Red+Green+Blue) = 219+103+227=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 103 (40.62% from 255 or 18.76% from 549); Blue value is 227 (89.06% from 255 or 41.35% from 549); Max value from RGB is 227 - color contains mainly: blue. Hex color #DB67E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67E3 is #24981C. Grayscale: #979797. Windows color (decimal): -2398237 or 14903259. OLE color: 14903259.
HSL color Cylindrical-coordinate representation of color #DB67E3: hue angle of 296.13º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB67E3 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 103 | 227 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.11 |
| HSL | 296.13º | 0.69% | 0.65% | - |
| HSV(B) | 296.13º | 0.55% | 0.89% | - |
| XYZ | 47.93 | 30.31 | 76 | - |
| YUV | 151.82 | 170.43 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 227 | 0.04 | 0.55 | 0 | 0.11 | 296.13 | 0.69 | 0.65 |
| Hex | DB | 67 | E3 | 4 | 37 | 0 | B | 128 | 45 | 41 |
| Octal | 333 | 147 | 343 | 4 | 67 | 0 | 13 | 450 | 105 | 101 |
| Binary | 11011011 | 1100111 | 11100011 | 100 | 110111 | 0 | 1011 | 100101000 | 1000101 | 1000001 |
Color Harmonies of #DB67E3
Complementary color
Monochromatic Colors of #DB67E3
Black with #DB67E3
Text Example
Text Example
White with #DB67E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB67E3; }
p { color: rgb(219,103,227); }
H1.HeaderClassName
{
color: #DB67E3;
}
.AnyTagClassName
{
color: #DB67E3;
}
</style>
background-color css
<style>
a { background-color: #DB67E3; }
a { background-color: rgb(219,103,227); }
div.DivClassName
{
background-color: #DB67E3;
}
.BgClassName
{
background-color: #DB67E3;
}
</style>
border-color css
<style>
span { border-color: #DB67E3; }
span { border-color: rgb(219,103,227); }
td.TdClassName
{
border-color: #DB67E3;
}
.TagClassName
{
border-color: #DB67E3;
}
</style>