Shades of Orchid #DF66DB
Tints of Orchid #DF66DB
RGB
CMYK
RGB Variations
Color information
#DF66DB (or 0xDF66DB) is known color: Orchid. HEX triplet: DF, 66 and DB. RGB value is (223,102,219). Sum of RGB (Red+Green+Blue) = 223+102+219=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66DB is #209924. Grayscale: #979797. Windows color (decimal): -2136357 or 14378719. OLE color: 14378719.
HSL color Cylindrical-coordinate representation of color #DF66DB: hue angle of 301.98º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF66DB is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 219 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.13 |
| HSL | 301.98º | 0.65% | 0.64% | - |
| HSV(B) | 301.98º | 0.54% | 0.87% | - |
| XYZ | 47.97 | 30.31 | 70.34 | - |
| YUV | 151.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 219 | 0 | 0.54 | 0.02 | 0.13 | 301.98 | 0.65 | 0.64 |
| Hex | DF | 66 | DB | 0 | 36 | 2 | D | 12E | 41 | 40 |
| Octal | 337 | 146 | 333 | 0 | 66 | 2 | 15 | 456 | 101 | 100 |
| Binary | 11011111 | 1100110 | 11011011 | 0 | 110110 | 10 | 1101 | 100101110 | 1000001 | 1000000 |
Color Harmonies of #DF66DB
Complementary color
Monochromatic Colors of #DF66DB
Black with #DF66DB
Text Example
Text Example
White with #DF66DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66DB; }
p { color: rgb(223,102,219); }
H1.HeaderClassName
{
color: #DF66DB;
}
.AnyTagClassName
{
color: #DF66DB;
}
</style>
background-color css
<style>
a { background-color: #DF66DB; }
a { background-color: rgb(223,102,219); }
div.DivClassName
{
background-color: #DF66DB;
}
.BgClassName
{
background-color: #DF66DB;
}
</style>
border-color css
<style>
span { border-color: #DF66DB; }
span { border-color: rgb(223,102,219); }
td.TdClassName
{
border-color: #DF66DB;
}
.TagClassName
{
border-color: #DF66DB;
}
</style>