Shades of Orchid #D166DF
Tints of Orchid #D166DF
RGB
CMYK
RGB Variations
Color information
#D166DF (or 0xD166DF) is known color: Orchid. HEX triplet: D1, 66 and DF. RGB value is (209,102,223). Sum of RGB (Red+Green+Blue) = 209+102+223=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #D166DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166DF is #2E9920. Grayscale: #939393. Windows color (decimal): -3053857 or 14640849. OLE color: 14640849.
HSL color Cylindrical-coordinate representation of color #D166DF: hue angle of 293.06º 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 #D166DF is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 102 | 223 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.13 |
| HSL | 293.06º | 0.65% | 0.64% | - |
| HSV(B) | 293.06º | 0.54% | 0.87% | - |
| XYZ | 44.37 | 28.39 | 72.95 | - |
| YUV | 147.79 | 170.45 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 223 | 0.06 | 0.54 | 0 | 0.13 | 293.06 | 0.65 | 0.64 |
| Hex | D1 | 66 | DF | 6 | 36 | 0 | D | 125 | 41 | 40 |
| Octal | 321 | 146 | 337 | 6 | 66 | 0 | 15 | 445 | 101 | 100 |
| Binary | 11010001 | 1100110 | 11011111 | 110 | 110110 | 0 | 1101 | 100100101 | 1000001 | 1000000 |
Color Harmonies of #D166DF
Complementary color
Monochromatic Colors of #D166DF
Black with #D166DF
Text Example
Text Example
White with #D166DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D166DF; }
p { color: rgb(209,102,223); }
H1.HeaderClassName
{
color: #D166DF;
}
.AnyTagClassName
{
color: #D166DF;
}
</style>
background-color css
<style>
a { background-color: #D166DF; }
a { background-color: rgb(209,102,223); }
div.DivClassName
{
background-color: #D166DF;
}
.BgClassName
{
background-color: #D166DF;
}
</style>
border-color css
<style>
span { border-color: #D166DF; }
span { border-color: rgb(209,102,223); }
td.TdClassName
{
border-color: #D166DF;
}
.TagClassName
{
border-color: #D166DF;
}
</style>