Shades of Orchid #DB69EA
Tints of Orchid #DB69EA
RGB
CMYK
RGB Variations
Color information
#DB69EA (or 0xDB69EA) is known color: Orchid. HEX triplet: DB, 69 and EA. RGB value is (219,105,234). Sum of RGB (Red+Green+Blue) = 219+105+234=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 105 (41.41% from 255 or 18.82% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB69EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB69EA is #249615. Grayscale: #999999. Windows color (decimal): -2397718 or 15362523. OLE color: 15362523.
HSL color Cylindrical-coordinate representation of color #DB69EA: hue angle of 293.02º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB69EA is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 105 | 234 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.08 |
| HSL | 293.02º | 0.75% | 0.66% | - |
| HSV(B) | 293.02º | 0.55% | 0.92% | - |
| XYZ | 49.12 | 31.1 | 81.26 | - |
| YUV | 153.79 | 173.27 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 234 | 0.06 | 0.55 | 0 | 0.08 | 293.02 | 0.75 | 0.66 |
| Hex | DB | 69 | EA | 6 | 37 | 0 | 8 | 125 | 4B | 42 |
| Octal | 333 | 151 | 352 | 6 | 67 | 0 | 10 | 445 | 113 | 102 |
| Binary | 11011011 | 1101001 | 11101010 | 110 | 110111 | 0 | 1000 | 100100101 | 1001011 | 1000010 |
Color Harmonies of #DB69EA
Complementary color
Monochromatic Colors of #DB69EA
Black with #DB69EA
Text Example
Text Example
White with #DB69EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69EA; }
p { color: rgb(219,105,234); }
H1.HeaderClassName
{
color: #DB69EA;
}
.AnyTagClassName
{
color: #DB69EA;
}
</style>
background-color css
<style>
a { background-color: #DB69EA; }
a { background-color: rgb(219,105,234); }
div.DivClassName
{
background-color: #DB69EA;
}
.BgClassName
{
background-color: #DB69EA;
}
</style>
border-color css
<style>
span { border-color: #DB69EA; }
span { border-color: rgb(219,105,234); }
td.TdClassName
{
border-color: #DB69EA;
}
.TagClassName
{
border-color: #DB69EA;
}
</style>