Shades of Orchid #DB65DF
Tints of Orchid #DB65DF
RGB
CMYK
RGB Variations
Color information
#DB65DF (or 0xDB65DF) is known color: Orchid. HEX triplet: DB, 65 and DF. RGB value is (219,101,223). Sum of RGB (Red+Green+Blue) = 219+101+223=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB65DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB65DF is #249A20. Grayscale: #959595. Windows color (decimal): -2398753 or 14640603. OLE color: 14640603.
HSL color Cylindrical-coordinate representation of color #DB65DF: hue angle of 298.03º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB65DF is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 101 | 223 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.13 |
| HSL | 298.03º | 0.66% | 0.64% | - |
| HSV(B) | 298.03º | 0.55% | 0.87% | - |
| XYZ | 47.19 | 29.7 | 73.06 | - |
| YUV | 150.19 | 169.09 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 223 | 0.02 | 0.55 | 0 | 0.13 | 298.03 | 0.66 | 0.64 |
| Hex | DB | 65 | DF | 2 | 37 | 0 | D | 12A | 42 | 40 |
| Octal | 333 | 145 | 337 | 2 | 67 | 0 | 15 | 452 | 102 | 100 |
| Binary | 11011011 | 1100101 | 11011111 | 10 | 110111 | 0 | 1101 | 100101010 | 1000010 | 1000000 |
Color Harmonies of #DB65DF
Complementary color
Monochromatic Colors of #DB65DF
Black with #DB65DF
Text Example
Text Example
White with #DB65DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65DF; }
p { color: rgb(219,101,223); }
H1.HeaderClassName
{
color: #DB65DF;
}
.AnyTagClassName
{
color: #DB65DF;
}
</style>
background-color css
<style>
a { background-color: #DB65DF; }
a { background-color: rgb(219,101,223); }
div.DivClassName
{
background-color: #DB65DF;
}
.BgClassName
{
background-color: #DB65DF;
}
</style>
border-color css
<style>
span { border-color: #DB65DF; }
span { border-color: rgb(219,101,223); }
td.TdClassName
{
border-color: #DB65DF;
}
.TagClassName
{
border-color: #DB65DF;
}
</style>