Shades of Orchid #DB67D6
Tints of Orchid #DB67D6
RGB
CMYK
RGB Variations
Color information
#DB67D6 (or 0xDB67D6) is known color: Orchid. HEX triplet: DB, 67 and D6. RGB value is (219,103,214). Sum of RGB (Red+Green+Blue) = 219+103+214=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 103 (40.62% from 255 or 19.22% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67D6 is #249829. Grayscale: #969696. Windows color (decimal): -2398250 or 14051291. OLE color: 14051291.
HSL color Cylindrical-coordinate representation of color #DB67D6: hue angle of 302.59º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB67D6 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 214 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.14 |
| HSL | 302.59º | 0.62% | 0.63% | - |
| HSV(B) | 302.59º | 0.53% | 0.86% | - |
| XYZ | 46.2 | 29.62 | 66.9 | - |
| YUV | 150.34 | 163.93 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 214 | 0 | 0.53 | 0.02 | 0.14 | 302.59 | 0.62 | 0.63 |
| Hex | DB | 67 | D6 | 0 | 35 | 2 | E | 12F | 3E | 3F |
| Octal | 333 | 147 | 326 | 0 | 65 | 2 | 16 | 457 | 76 | 77 |
| Binary | 11011011 | 1100111 | 11010110 | 0 | 110101 | 10 | 1110 | 100101111 | 111110 | 111111 |
Color Harmonies of #DB67D6
Complementary color
Monochromatic Colors of #DB67D6
Black with #DB67D6
Text Example
Text Example
White with #DB67D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB67D6; }
p { color: rgb(219,103,214); }
H1.HeaderClassName
{
color: #DB67D6;
}
.AnyTagClassName
{
color: #DB67D6;
}
</style>
background-color css
<style>
a { background-color: #DB67D6; }
a { background-color: rgb(219,103,214); }
div.DivClassName
{
background-color: #DB67D6;
}
.BgClassName
{
background-color: #DB67D6;
}
</style>
border-color css
<style>
span { border-color: #DB67D6; }
span { border-color: rgb(219,103,214); }
td.TdClassName
{
border-color: #DB67D6;
}
.TagClassName
{
border-color: #DB67D6;
}
</style>