Shades of Orchid #D179DA
Tints of Orchid #D179DA
RGB
CMYK
RGB Variations
Color information
#D179DA (or 0xD179DA) is known color: Orchid. HEX triplet: D1, 79 and DA. RGB value is (209,121,218). Sum of RGB (Red+Green+Blue) = 209+121+218=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #D179DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179DA is #2E8625. Grayscale: #9E9E9E. Windows color (decimal): -3048998 or 14318033. OLE color: 14318033.
HSL color Cylindrical-coordinate representation of color #D179DA: hue angle of 294.43º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D179DA is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 121 | 218 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.15 |
| HSL | 294.43º | 0.57% | 0.66% | - |
| HSV(B) | 294.43º | 0.44% | 0.85% | - |
| XYZ | 45.79 | 32.29 | 70.15 | - |
| YUV | 158.37 | 161.65 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 218 | 0.04 | 0.44 | 0 | 0.15 | 294.43 | 0.57 | 0.66 |
| Hex | D1 | 79 | DA | 4 | 2C | 0 | F | 126 | 39 | 42 |
| Octal | 321 | 171 | 332 | 4 | 54 | 0 | 17 | 446 | 71 | 102 |
| Binary | 11010001 | 1111001 | 11011010 | 100 | 101100 | 0 | 1111 | 100100110 | 111001 | 1000010 |
Color Harmonies of #D179DA
Complementary color
Monochromatic Colors of #D179DA
Black with #D179DA
Text Example
Text Example
White with #D179DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D179DA; }
p { color: rgb(209,121,218); }
H1.HeaderClassName
{
color: #D179DA;
}
.AnyTagClassName
{
color: #D179DA;
}
</style>
background-color css
<style>
a { background-color: #D179DA; }
a { background-color: rgb(209,121,218); }
div.DivClassName
{
background-color: #D179DA;
}
.BgClassName
{
background-color: #D179DA;
}
</style>
border-color css
<style>
span { border-color: #D179DA; }
span { border-color: rgb(209,121,218); }
td.TdClassName
{
border-color: #D179DA;
}
.TagClassName
{
border-color: #D179DA;
}
</style>