Shades of Orchid #DB7AE0
Tints of Orchid #DB7AE0
RGB
CMYK
RGB Variations
Color information
#DB7AE0 (or 0xDB7AE0) is known color: Orchid. HEX triplet: DB, 7A and E0. RGB value is (219,122,224). Sum of RGB (Red+Green+Blue) = 219+122+224=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB7AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7AE0 is #24851F. Grayscale: #A2A2A2. Windows color (decimal): -2393376 or 14711515. OLE color: 14711515.
HSL color Cylindrical-coordinate representation of color #DB7AE0: hue angle of 297.06º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB7AE0 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 122 | 224 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.12 |
| HSL | 297.06º | 0.62% | 0.68% | - |
| HSV(B) | 297.06º | 0.46% | 0.88% | - |
| XYZ | 49.63 | 34.36 | 74.54 | - |
| YUV | 162.63 | 162.64 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 224 | 0.02 | 0.46 | 0 | 0.12 | 297.06 | 0.62 | 0.68 |
| Hex | DB | 7A | E0 | 2 | 2E | 0 | C | 129 | 3E | 44 |
| Octal | 333 | 172 | 340 | 2 | 56 | 0 | 14 | 451 | 76 | 104 |
| Binary | 11011011 | 1111010 | 11100000 | 10 | 101110 | 0 | 1100 | 100101001 | 111110 | 1000100 |
Color Harmonies of #DB7AE0
Complementary color
Monochromatic Colors of #DB7AE0
Black with #DB7AE0
Text Example
Text Example
White with #DB7AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7AE0; }
p { color: rgb(219,122,224); }
H1.HeaderClassName
{
color: #DB7AE0;
}
.AnyTagClassName
{
color: #DB7AE0;
}
</style>
background-color css
<style>
a { background-color: #DB7AE0; }
a { background-color: rgb(219,122,224); }
div.DivClassName
{
background-color: #DB7AE0;
}
.BgClassName
{
background-color: #DB7AE0;
}
</style>
border-color css
<style>
span { border-color: #DB7AE0; }
span { border-color: rgb(219,122,224); }
td.TdClassName
{
border-color: #DB7AE0;
}
.TagClassName
{
border-color: #DB7AE0;
}
</style>