Shades of Orchid #DB66D8
Tints of Orchid #DB66D8
RGB
CMYK
RGB Variations
Color information
#DB66D8 (or 0xDB66D8) is known color: Orchid. HEX triplet: DB, 66 and D8. RGB value is (219,102,216). Sum of RGB (Red+Green+Blue) = 219+102+216=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66D8 is #249927. Grayscale: #959595. Windows color (decimal): -2398504 or 14182107. OLE color: 14182107.
HSL color Cylindrical-coordinate representation of color #DB66D8: hue angle of 301.54º 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 #DB66D8 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 216 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.14 |
| HSL | 301.54º | 0.62% | 0.63% | - |
| HSV(B) | 301.54º | 0.53% | 0.86% | - |
| XYZ | 46.36 | 29.52 | 68.22 | - |
| YUV | 149.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 216 | 0 | 0.53 | 0.01 | 0.14 | 301.54 | 0.62 | 0.63 |
| Hex | DB | 66 | D8 | 0 | 35 | 1 | E | 12E | 3E | 3F |
| Octal | 333 | 146 | 330 | 0 | 65 | 1 | 16 | 456 | 76 | 77 |
| Binary | 11011011 | 1100110 | 11011000 | 0 | 110101 | 1 | 1110 | 100101110 | 111110 | 111111 |
Color Harmonies of #DB66D8
Complementary color
Monochromatic Colors of #DB66D8
Black with #DB66D8
Text Example
Text Example
White with #DB66D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB66D8; }
p { color: rgb(219,102,216); }
H1.HeaderClassName
{
color: #DB66D8;
}
.AnyTagClassName
{
color: #DB66D8;
}
</style>
background-color css
<style>
a { background-color: #DB66D8; }
a { background-color: rgb(219,102,216); }
div.DivClassName
{
background-color: #DB66D8;
}
.BgClassName
{
background-color: #DB66D8;
}
</style>
border-color css
<style>
span { border-color: #DB66D8; }
span { border-color: rgb(219,102,216); }
td.TdClassName
{
border-color: #DB66D8;
}
.TagClassName
{
border-color: #DB66D8;
}
</style>