Shades of Orchid #D178DF
Tints of Orchid #D178DF
RGB
CMYK
RGB Variations
Color information
#D178DF (or 0xD178DF) is known color: Orchid. HEX triplet: D1, 78 and DF. RGB value is (209,120,223). Sum of RGB (Red+Green+Blue) = 209+120+223=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #D178DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178DF is #2E8720. Grayscale: #9E9E9E. Windows color (decimal): -3049249 or 14645457. OLE color: 14645457.
HSL color Cylindrical-coordinate representation of color #D178DF: hue angle of 291.84º degrees, saturation: 0.62, 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 #D178DF is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 120 | 223 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.13 |
| HSL | 291.84º | 0.62% | 0.67% | - |
| HSV(B) | 291.84º | 0.46% | 0.87% | - |
| XYZ | 46.33 | 32.32 | 73.61 | - |
| YUV | 158.35 | 164.49 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 223 | 0.06 | 0.46 | 0 | 0.13 | 291.84 | 0.62 | 0.67 |
| Hex | D1 | 78 | DF | 6 | 2E | 0 | D | 124 | 3E | 43 |
| Octal | 321 | 170 | 337 | 6 | 56 | 0 | 15 | 444 | 76 | 103 |
| Binary | 11010001 | 1111000 | 11011111 | 110 | 101110 | 0 | 1101 | 100100100 | 111110 | 1000011 |
Color Harmonies of #D178DF
Complementary color
Monochromatic Colors of #D178DF
Black with #D178DF
Text Example
Text Example
White with #D178DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D178DF; }
p { color: rgb(209,120,223); }
H1.HeaderClassName
{
color: #D178DF;
}
.AnyTagClassName
{
color: #D178DF;
}
</style>
background-color css
<style>
a { background-color: #D178DF; }
a { background-color: rgb(209,120,223); }
div.DivClassName
{
background-color: #D178DF;
}
.BgClassName
{
background-color: #D178DF;
}
</style>
border-color css
<style>
span { border-color: #D178DF; }
span { border-color: rgb(209,120,223); }
td.TdClassName
{
border-color: #D178DF;
}
.TagClassName
{
border-color: #D178DF;
}
</style>