Shades of Orchid #DB7FD2
Tints of Orchid #DB7FD2
RGB
CMYK
RGB Variations
Color information
#DB7FD2 (or 0xDB7FD2) is known color: Orchid. HEX triplet: DB, 7F and D2. RGB value is (219,127,210). Sum of RGB (Red+Green+Blue) = 219+127+210=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FD2 is #24802D. Grayscale: #A3A3A3. Windows color (decimal): -2392110 or 13795291. OLE color: 13795291.
HSL color Cylindrical-coordinate representation of color #DB7FD2: hue angle of 305.87º 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 #DB7FD2 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 127 | 210 | - |
CMYK | 0 | 0.42 | 0.04 | 0.14 |
HSL | 305.87º | 0.56% | 0.68% | - |
HSV(B) | 305.87º | 0.42% | 0.86% | - |
XYZ | 48.44 | 34.89 | 65.15 | - |
YUV | 163.97 | 153.98 | 167.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 127 | 210 | 0 | 0.42 | 0.04 | 0.14 | 305.87 | 0.56 | 0.68 |
Hex | DB | 7F | D2 | 0 | 2A | 4 | E | 132 | 38 | 44 |
Octal | 333 | 177 | 322 | 0 | 52 | 4 | 16 | 462 | 70 | 104 |
Binary | 11011011 | 1111111 | 11010010 | 0 | 101010 | 100 | 1110 | 100110010 | 111000 | 1000100 |
Color Harmonies of #DB7FD2
Complementary color
Monochromatic Colors of #DB7FD2
Black with #DB7FD2
Text Example
Text Example
White with #DB7FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FD2; }
p { color: rgb(219,127,210); }
H1.HeaderClassName
{
color: #DB7FD2;
}
.AnyTagClassName
{
color: #DB7FD2;
}
</style>
background-color css
<style>
a { background-color: #DB7FD2; }
a { background-color: rgb(219,127,210); }
div.DivClassName
{
background-color: #DB7FD2;
}
.BgClassName
{
background-color: #DB7FD2;
}
</style>
border-color css
<style>
span { border-color: #DB7FD2; }
span { border-color: rgb(219,127,210); }
td.TdClassName
{
border-color: #DB7FD2;
}
.TagClassName
{
border-color: #DB7FD2;
}
</style>