Shades of Orchid #DB66CC
Tints of Orchid #DB66CC
RGB
CMYK
RGB Variations
Color information
#DB66CC (or 0xDB66CC) is known color: Orchid. HEX triplet: DB, 66 and CC. RGB value is (219,102,204). Sum of RGB (Red+Green+Blue) = 219+102+204=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66CC is #249933. Grayscale: #949494. Windows color (decimal): -2398516 or 13395675. OLE color: 13395675.
HSL color Cylindrical-coordinate representation of color #DB66CC: hue angle of 307.69º 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 #DB66CC is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 204 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.14 |
| HSL | 307.69º | 0.62% | 0.63% | - |
| HSV(B) | 307.69º | 0.53% | 0.86% | - |
| XYZ | 44.86 | 28.92 | 60.34 | - |
| YUV | 148.61 | 159.26 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 204 | 0 | 0.53 | 0.07 | 0.14 | 307.69 | 0.62 | 0.63 |
| Hex | DB | 66 | CC | 0 | 35 | 7 | E | 134 | 3E | 3F |
| Octal | 333 | 146 | 314 | 0 | 65 | 7 | 16 | 464 | 76 | 77 |
| Binary | 11011011 | 1100110 | 11001100 | 0 | 110101 | 111 | 1110 | 100110100 | 111110 | 111111 |
Color Harmonies of #DB66CC
Complementary color
Monochromatic Colors of #DB66CC
Black with #DB66CC
Text Example
Text Example
White with #DB66CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB66CC; }
p { color: rgb(219,102,204); }
H1.HeaderClassName
{
color: #DB66CC;
}
.AnyTagClassName
{
color: #DB66CC;
}
</style>
background-color css
<style>
a { background-color: #DB66CC; }
a { background-color: rgb(219,102,204); }
div.DivClassName
{
background-color: #DB66CC;
}
.BgClassName
{
background-color: #DB66CC;
}
</style>
border-color css
<style>
span { border-color: #DB66CC; }
span { border-color: rgb(219,102,204); }
td.TdClassName
{
border-color: #DB66CC;
}
.TagClassName
{
border-color: #DB66CC;
}
</style>