Shades of Orchid #DB66C9
Tints of Orchid #DB66C9
RGB
CMYK
RGB Variations
Color information
#DB66C9 (or 0xDB66C9) is known color: Orchid. HEX triplet: DB, 66 and C9. RGB value is (219,102,201). Sum of RGB (Red+Green+Blue) = 219+102+201=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66C9 is #249936. Grayscale: #939393. Windows color (decimal): -2398519 or 13199067. OLE color: 13199067.
HSL color Cylindrical-coordinate representation of color #DB66C9: hue angle of 309.23º 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 #DB66C9 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 201 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.14 |
| HSL | 309.23º | 0.62% | 0.63% | - |
| HSV(B) | 309.23º | 0.53% | 0.86% | - |
| XYZ | 44.51 | 28.78 | 58.47 | - |
| YUV | 148.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 201 | 0 | 0.53 | 0.08 | 0.14 | 309.23 | 0.62 | 0.63 |
| Hex | DB | 66 | C9 | 0 | 35 | 8 | E | 135 | 3E | 3F |
| Octal | 333 | 146 | 311 | 0 | 65 | 10 | 16 | 465 | 76 | 77 |
| Binary | 11011011 | 1100110 | 11001001 | 0 | 110101 | 1000 | 1110 | 100110101 | 111110 | 111111 |
Color Harmonies of #DB66C9
Complementary color
Monochromatic Colors of #DB66C9
Black with #DB66C9
Text Example
Text Example
White with #DB66C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB66C9; }
p { color: rgb(219,102,201); }
H1.HeaderClassName
{
color: #DB66C9;
}
.AnyTagClassName
{
color: #DB66C9;
}
</style>
background-color css
<style>
a { background-color: #DB66C9; }
a { background-color: rgb(219,102,201); }
div.DivClassName
{
background-color: #DB66C9;
}
.BgClassName
{
background-color: #DB66C9;
}
</style>
border-color css
<style>
span { border-color: #DB66C9; }
span { border-color: rgb(219,102,201); }
td.TdClassName
{
border-color: #DB66C9;
}
.TagClassName
{
border-color: #DB66C9;
}
</style>