Shades of Orchid #D174DA
Tints of Orchid #D174DA
RGB
CMYK
RGB Variations
Color information
#D174DA (or 0xD174DA) is known color: Orchid. HEX triplet: D1, 74 and DA. RGB value is (209,116,218). Sum of RGB (Red+Green+Blue) = 209+116+218=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #D174DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174DA is #2E8B25. Grayscale: #9B9B9B. Windows color (decimal): -3050278 or 14316753. OLE color: 14316753.
HSL color Cylindrical-coordinate representation of color #D174DA: hue angle of 294.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D174DA is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 116 | 218 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.15 |
| HSL | 294.71º | 0.58% | 0.65% | - |
| HSV(B) | 294.71º | 0.47% | 0.85% | - |
| XYZ | 45.19 | 31.11 | 69.95 | - |
| YUV | 155.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 218 | 0.04 | 0.47 | 0 | 0.15 | 294.71 | 0.58 | 0.65 |
| Hex | D1 | 74 | DA | 4 | 2F | 0 | F | 127 | 3A | 41 |
| Octal | 321 | 164 | 332 | 4 | 57 | 0 | 17 | 447 | 72 | 101 |
| Binary | 11010001 | 1110100 | 11011010 | 100 | 101111 | 0 | 1111 | 100100111 | 111010 | 1000001 |
Color Harmonies of #D174DA
Complementary color
Monochromatic Colors of #D174DA
Black with #D174DA
Text Example
Text Example
White with #D174DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D174DA; }
p { color: rgb(209,116,218); }
H1.HeaderClassName
{
color: #D174DA;
}
.AnyTagClassName
{
color: #D174DA;
}
</style>
background-color css
<style>
a { background-color: #D174DA; }
a { background-color: rgb(209,116,218); }
div.DivClassName
{
background-color: #D174DA;
}
.BgClassName
{
background-color: #D174DA;
}
</style>
border-color css
<style>
span { border-color: #D174DA; }
span { border-color: rgb(209,116,218); }
td.TdClassName
{
border-color: #D174DA;
}
.TagClassName
{
border-color: #D174DA;
}
</style>