Shades of Orchid #DB7FD4
Tints of Orchid #DB7FD4
RGB
CMYK
RGB Variations
Color information
#DB7FD4 (or 0xDB7FD4) is known color: Orchid. HEX triplet: DB, 7F and D4. RGB value is (219,127,212). Sum of RGB (Red+Green+Blue) = 219+127+212=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FD4 is #24802B. Grayscale: #A3A3A3. Windows color (decimal): -2392108 or 13926363. OLE color: 13926363.
HSL color Cylindrical-coordinate representation of color #DB7FD4: hue angle of 304.57º 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 #DB7FD4 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 127 | 212 | - |
CMYK | 0 | 0.42 | 0.03 | 0.14 |
HSL | 304.57º | 0.56% | 0.68% | - |
HSV(B) | 304.57º | 0.42% | 0.86% | - |
XYZ | 48.69 | 34.99 | 66.48 | - |
YUV | 164.2 | 154.98 | 167.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 127 | 212 | 0 | 0.42 | 0.03 | 0.14 | 304.57 | 0.56 | 0.68 |
Hex | DB | 7F | D4 | 0 | 2A | 3 | E | 131 | 38 | 44 |
Octal | 333 | 177 | 324 | 0 | 52 | 3 | 16 | 461 | 70 | 104 |
Binary | 11011011 | 1111111 | 11010100 | 0 | 101010 | 11 | 1110 | 100110001 | 111000 | 1000100 |
Color Harmonies of #DB7FD4
Complementary color
Monochromatic Colors of #DB7FD4
Black with #DB7FD4
Text Example
Text Example
White with #DB7FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FD4; }
p { color: rgb(219,127,212); }
H1.HeaderClassName
{
color: #DB7FD4;
}
.AnyTagClassName
{
color: #DB7FD4;
}
</style>
background-color css
<style>
a { background-color: #DB7FD4; }
a { background-color: rgb(219,127,212); }
div.DivClassName
{
background-color: #DB7FD4;
}
.BgClassName
{
background-color: #DB7FD4;
}
</style>
border-color css
<style>
span { border-color: #DB7FD4; }
span { border-color: rgb(219,127,212); }
td.TdClassName
{
border-color: #DB7FD4;
}
.TagClassName
{
border-color: #DB7FD4;
}
</style>