Shades of Orchid #DB7FDB
Tints of Orchid #DB7FDB
RGB
CMYK
RGB Variations
Color information
#DB7FDB (or 0xDB7FDB) is known color: Orchid. HEX triplet: DB, 7F and DB. RGB value is (219,127,219). Sum of RGB (Red+Green+Blue) = 219+127+219=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB7FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FDB is #248024. Grayscale: #A4A4A4. Windows color (decimal): -2392101 or 14385115. OLE color: 14385115.
HSL color Cylindrical-coordinate representation of color #DB7FDB: hue angle of 300º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7FDB is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 127 | 219 | - |
CMYK | 0 | 0.42 | 0 | 0.14 |
HSL | 300º | 0.56% | 0.68% | - |
HSV(B) | 300º | 0.42% | 0.86% | - |
XYZ | 49.59 | 35.35 | 71.23 | - |
YUV | 165 | 158.48 | 166.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 127 | 219 | 0 | 0.42 | 0 | 0.14 | 300 | 0.56 | 0.68 |
Hex | DB | 7F | DB | 0 | 2A | 0 | E | 12C | 38 | 44 |
Octal | 333 | 177 | 333 | 0 | 52 | 0 | 16 | 454 | 70 | 104 |
Binary | 11011011 | 1111111 | 11011011 | 0 | 101010 | 0 | 1110 | 100101100 | 111000 | 1000100 |
Color Harmonies of #DB7FDB
Complementary color
Monochromatic Colors of #DB7FDB
Black with #DB7FDB
Text Example
Text Example
White with #DB7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FDB; }
p { color: rgb(219,127,219); }
H1.HeaderClassName
{
color: #DB7FDB;
}
.AnyTagClassName
{
color: #DB7FDB;
}
</style>
background-color css
<style>
a { background-color: #DB7FDB; }
a { background-color: rgb(219,127,219); }
div.DivClassName
{
background-color: #DB7FDB;
}
.BgClassName
{
background-color: #DB7FDB;
}
</style>
border-color css
<style>
span { border-color: #DB7FDB; }
span { border-color: rgb(219,127,219); }
td.TdClassName
{
border-color: #DB7FDB;
}
.TagClassName
{
border-color: #DB7FDB;
}
</style>