Shades of Orchid #DB65EA
Tints of Orchid #DB65EA
RGB
CMYK
RGB Variations
Color information
#DB65EA (or 0xDB65EA) is known color: Orchid. HEX triplet: DB, 65 and EA. RGB value is (219,101,234). Sum of RGB (Red+Green+Blue) = 219+101+234=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 101 (39.84% from 255 or 18.23% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB65EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB65EA is #249A15. Grayscale: #979797. Windows color (decimal): -2398742 or 15361499. OLE color: 15361499.
HSL color Cylindrical-coordinate representation of color #DB65EA: hue angle of 293.23º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB65EA is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 101 | 234 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.08 |
| HSL | 293.23º | 0.76% | 0.66% | - |
| HSV(B) | 293.23º | 0.57% | 0.92% | - |
| XYZ | 48.72 | 30.31 | 81.12 | - |
| YUV | 151.44 | 174.59 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 234 | 0.06 | 0.57 | 0 | 0.08 | 293.23 | 0.76 | 0.66 |
| Hex | DB | 65 | EA | 6 | 39 | 0 | 8 | 125 | 4C | 42 |
| Octal | 333 | 145 | 352 | 6 | 71 | 0 | 10 | 445 | 114 | 102 |
| Binary | 11011011 | 1100101 | 11101010 | 110 | 111001 | 0 | 1000 | 100100101 | 1001100 | 1000010 |
Color Harmonies of #DB65EA
Complementary color
Monochromatic Colors of #DB65EA
Black with #DB65EA
Text Example
Text Example
White with #DB65EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65EA; }
p { color: rgb(219,101,234); }
H1.HeaderClassName
{
color: #DB65EA;
}
.AnyTagClassName
{
color: #DB65EA;
}
</style>
background-color css
<style>
a { background-color: #DB65EA; }
a { background-color: rgb(219,101,234); }
div.DivClassName
{
background-color: #DB65EA;
}
.BgClassName
{
background-color: #DB65EA;
}
</style>
border-color css
<style>
span { border-color: #DB65EA; }
span { border-color: rgb(219,101,234); }
td.TdClassName
{
border-color: #DB65EA;
}
.TagClassName
{
border-color: #DB65EA;
}
</style>