Shades of Orchid #D178DC
Tints of Orchid #D178DC
RGB
CMYK
RGB Variations
Color information
#D178DC (or 0xD178DC) is known color: Orchid. HEX triplet: D1, 78 and DC. RGB value is (209,120,220). Sum of RGB (Red+Green+Blue) = 209+120+220=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #D178DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178DC is #2E8723. Grayscale: #9D9D9D. Windows color (decimal): -3049252 or 14448849. OLE color: 14448849.
HSL color Cylindrical-coordinate representation of color #D178DC: hue angle of 293.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D178DC is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 120 | 220 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.14 |
| HSL | 293.4º | 0.59% | 0.67% | - |
| HSV(B) | 293.4º | 0.45% | 0.86% | - |
| XYZ | 45.93 | 32.16 | 71.5 | - |
| YUV | 158.01 | 162.99 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 220 | 0.05 | 0.45 | 0 | 0.14 | 293.4 | 0.59 | 0.67 |
| Hex | D1 | 78 | DC | 5 | 2D | 0 | E | 125 | 3B | 43 |
| Octal | 321 | 170 | 334 | 5 | 55 | 0 | 16 | 445 | 73 | 103 |
| Binary | 11010001 | 1111000 | 11011100 | 101 | 101101 | 0 | 1110 | 100100101 | 111011 | 1000011 |
Color Harmonies of #D178DC
Complementary color
Monochromatic Colors of #D178DC
Black with #D178DC
Text Example
Text Example
White with #D178DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D178DC; }
p { color: rgb(209,120,220); }
H1.HeaderClassName
{
color: #D178DC;
}
.AnyTagClassName
{
color: #D178DC;
}
</style>
background-color css
<style>
a { background-color: #D178DC; }
a { background-color: rgb(209,120,220); }
div.DivClassName
{
background-color: #D178DC;
}
.BgClassName
{
background-color: #D178DC;
}
</style>
border-color css
<style>
span { border-color: #D178DC; }
span { border-color: rgb(209,120,220); }
td.TdClassName
{
border-color: #D178DC;
}
.TagClassName
{
border-color: #D178DC;
}
</style>