Shades of Orchid #D174DD
Tints of Orchid #D174DD
RGB
CMYK
RGB Variations
Color information
#D174DD (or 0xD174DD) is known color: Orchid. HEX triplet: D1, 74 and DD. RGB value is (209,116,221). Sum of RGB (Red+Green+Blue) = 209+116+221=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #D174DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174DD is #2E8B22. Grayscale: #9B9B9B. Windows color (decimal): -3050275 or 14513361. OLE color: 14513361.
HSL color Cylindrical-coordinate representation of color #D174DD: hue angle of 293.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D174DD is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 116 | 221 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.13 |
| HSL | 293.14º | 0.61% | 0.66% | - |
| HSV(B) | 293.14º | 0.48% | 0.87% | - |
| XYZ | 45.59 | 31.27 | 72.04 | - |
| YUV | 155.78 | 164.81 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 221 | 0.05 | 0.48 | 0 | 0.13 | 293.14 | 0.61 | 0.66 |
| Hex | D1 | 74 | DD | 5 | 30 | 0 | D | 125 | 3D | 42 |
| Octal | 321 | 164 | 335 | 5 | 60 | 0 | 15 | 445 | 75 | 102 |
| Binary | 11010001 | 1110100 | 11011101 | 101 | 110000 | 0 | 1101 | 100100101 | 111101 | 1000010 |
Color Harmonies of #D174DD
Complementary color
Monochromatic Colors of #D174DD
Black with #D174DD
Text Example
Text Example
White with #D174DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D174DD; }
p { color: rgb(209,116,221); }
H1.HeaderClassName
{
color: #D174DD;
}
.AnyTagClassName
{
color: #D174DD;
}
</style>
background-color css
<style>
a { background-color: #D174DD; }
a { background-color: rgb(209,116,221); }
div.DivClassName
{
background-color: #D174DD;
}
.BgClassName
{
background-color: #D174DD;
}
</style>
border-color css
<style>
span { border-color: #D174DD; }
span { border-color: rgb(209,116,221); }
td.TdClassName
{
border-color: #D174DD;
}
.TagClassName
{
border-color: #D174DD;
}
</style>