Shades of Orchid #D167DF
Tints of Orchid #D167DF
RGB
CMYK
RGB Variations
Color information
#D167DF (or 0xD167DF) is known color: Orchid. HEX triplet: D1, 67 and DF. RGB value is (209,103,223). Sum of RGB (Red+Green+Blue) = 209+103+223=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #D167DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D167DF is #2E9820. Grayscale: #949494. Windows color (decimal): -3053601 or 14641105. OLE color: 14641105.
HSL color Cylindrical-coordinate representation of color #D167DF: hue angle of 293º 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 #D167DF is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 103 | 223 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.13 |
| HSL | 293º | 0.65% | 0.64% | - |
| HSV(B) | 293º | 0.54% | 0.87% | - |
| XYZ | 44.46 | 28.58 | 72.99 | - |
| YUV | 148.37 | 170.12 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 223 | 0.06 | 0.54 | 0 | 0.13 | 293 | 0.65 | 0.64 |
| Hex | D1 | 67 | DF | 6 | 36 | 0 | D | 125 | 41 | 40 |
| Octal | 321 | 147 | 337 | 6 | 66 | 0 | 15 | 445 | 101 | 100 |
| Binary | 11010001 | 1100111 | 11011111 | 110 | 110110 | 0 | 1101 | 100100101 | 1000001 | 1000000 |
Color Harmonies of #D167DF
Complementary color
Monochromatic Colors of #D167DF
Black with #D167DF
Text Example
Text Example
White with #D167DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D167DF; }
p { color: rgb(209,103,223); }
H1.HeaderClassName
{
color: #D167DF;
}
.AnyTagClassName
{
color: #D167DF;
}
</style>
background-color css
<style>
a { background-color: #D167DF; }
a { background-color: rgb(209,103,223); }
div.DivClassName
{
background-color: #D167DF;
}
.BgClassName
{
background-color: #D167DF;
}
</style>
border-color css
<style>
span { border-color: #D167DF; }
span { border-color: rgb(209,103,223); }
td.TdClassName
{
border-color: #D167DF;
}
.TagClassName
{
border-color: #D167DF;
}
</style>