Shades of Orchid #D177DA
Tints of Orchid #D177DA
RGB
CMYK
RGB Variations
Color information
#D177DA (or 0xD177DA) is known color: Orchid. HEX triplet: D1, 77 and DA. RGB value is (209,119,218). Sum of RGB (Red+Green+Blue) = 209+119+218=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #D177DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177DA is #2E8825. Grayscale: #9C9C9C. Windows color (decimal): -3049510 or 14317521. OLE color: 14317521.
HSL color Cylindrical-coordinate representation of color #D177DA: hue angle of 294.55º 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 #D177DA is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 119 | 218 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.15 |
| HSL | 294.55º | 0.57% | 0.66% | - |
| HSV(B) | 294.55º | 0.45% | 0.85% | - |
| XYZ | 45.55 | 31.81 | 70.07 | - |
| YUV | 157.2 | 162.32 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 119 | 218 | 0.04 | 0.45 | 0 | 0.15 | 294.55 | 0.57 | 0.66 |
| Hex | D1 | 77 | DA | 4 | 2D | 0 | F | 127 | 39 | 42 |
| Octal | 321 | 167 | 332 | 4 | 55 | 0 | 17 | 447 | 71 | 102 |
| Binary | 11010001 | 1110111 | 11011010 | 100 | 101101 | 0 | 1111 | 100100111 | 111001 | 1000010 |
Color Harmonies of #D177DA
Complementary color
Monochromatic Colors of #D177DA
Black with #D177DA
Text Example
Text Example
White with #D177DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D177DA; }
p { color: rgb(209,119,218); }
H1.HeaderClassName
{
color: #D177DA;
}
.AnyTagClassName
{
color: #D177DA;
}
</style>
background-color css
<style>
a { background-color: #D177DA; }
a { background-color: rgb(209,119,218); }
div.DivClassName
{
background-color: #D177DA;
}
.BgClassName
{
background-color: #D177DA;
}
</style>
border-color css
<style>
span { border-color: #D177DA; }
span { border-color: rgb(209,119,218); }
td.TdClassName
{
border-color: #D177DA;
}
.TagClassName
{
border-color: #D177DA;
}
</style>