Shades of Orchid #D178DA
Tints of Orchid #D178DA
RGB
CMYK
RGB Variations
Color information
#D178DA (or 0xD178DA) is known color: Orchid. HEX triplet: D1, 78 and DA. RGB value is (209,120,218). Sum of RGB (Red+Green+Blue) = 209+120+218=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #D178DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178DA is #2E8725. Grayscale: #9D9D9D. Windows color (decimal): -3049254 or 14317777. OLE color: 14317777.
HSL color Cylindrical-coordinate representation of color #D178DA: hue angle of 294.49º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D178DA is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 120 | 218 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.15 |
| HSL | 294.49º | 0.57% | 0.66% | - |
| HSV(B) | 294.49º | 0.45% | 0.85% | - |
| XYZ | 45.67 | 32.05 | 70.11 | - |
| YUV | 157.78 | 161.99 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 218 | 0.04 | 0.45 | 0 | 0.15 | 294.49 | 0.57 | 0.66 |
| Hex | D1 | 78 | DA | 4 | 2D | 0 | F | 126 | 39 | 42 |
| Octal | 321 | 170 | 332 | 4 | 55 | 0 | 17 | 446 | 71 | 102 |
| Binary | 11010001 | 1111000 | 11011010 | 100 | 101101 | 0 | 1111 | 100100110 | 111001 | 1000010 |
Color Harmonies of #D178DA
Complementary color
Monochromatic Colors of #D178DA
Black with #D178DA
Text Example
Text Example
White with #D178DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D178DA; }
p { color: rgb(209,120,218); }
H1.HeaderClassName
{
color: #D178DA;
}
.AnyTagClassName
{
color: #D178DA;
}
</style>
background-color css
<style>
a { background-color: #D178DA; }
a { background-color: rgb(209,120,218); }
div.DivClassName
{
background-color: #D178DA;
}
.BgClassName
{
background-color: #D178DA;
}
</style>
border-color css
<style>
span { border-color: #D178DA; }
span { border-color: rgb(209,120,218); }
td.TdClassName
{
border-color: #D178DA;
}
.TagClassName
{
border-color: #D178DA;
}
</style>