Shades of Orchid #D178DD
Tints of Orchid #D178DD
RGB
CMYK
RGB Variations
Color information
#D178DD (or 0xD178DD) is known color: Orchid. HEX triplet: D1, 78 and DD. RGB value is (209,120,221). Sum of RGB (Red+Green+Blue) = 209+120+221=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #D178DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178DD is #2E8722. Grayscale: #9D9D9D. Windows color (decimal): -3049251 or 14514385. OLE color: 14514385.
HSL color Cylindrical-coordinate representation of color #D178DD: hue angle of 292.87º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D178DD is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 120 | 221 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.13 |
| HSL | 292.87º | 0.6% | 0.67% | - |
| HSV(B) | 292.87º | 0.46% | 0.87% | - |
| XYZ | 46.06 | 32.21 | 72.2 | - |
| YUV | 158.13 | 163.49 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 221 | 0.05 | 0.46 | 0 | 0.13 | 292.87 | 0.6 | 0.67 |
| Hex | D1 | 78 | DD | 5 | 2E | 0 | D | 125 | 3C | 43 |
| Octal | 321 | 170 | 335 | 5 | 56 | 0 | 15 | 445 | 74 | 103 |
| Binary | 11010001 | 1111000 | 11011101 | 101 | 101110 | 0 | 1101 | 100100101 | 111100 | 1000011 |
Color Harmonies of #D178DD
Complementary color
Monochromatic Colors of #D178DD
Black with #D178DD
Text Example
Text Example
White with #D178DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D178DD; }
p { color: rgb(209,120,221); }
H1.HeaderClassName
{
color: #D178DD;
}
.AnyTagClassName
{
color: #D178DD;
}
</style>
background-color css
<style>
a { background-color: #D178DD; }
a { background-color: rgb(209,120,221); }
div.DivClassName
{
background-color: #D178DD;
}
.BgClassName
{
background-color: #D178DD;
}
</style>
border-color css
<style>
span { border-color: #D178DD; }
span { border-color: rgb(209,120,221); }
td.TdClassName
{
border-color: #D178DD;
}
.TagClassName
{
border-color: #D178DD;
}
</style>