Shades of Orchid #D174DF
Tints of Orchid #D174DF
RGB
CMYK
RGB Variations
Color information
#D174DF (or 0xD174DF) is known color: Orchid. HEX triplet: D1, 74 and DF. RGB value is (209,116,223). Sum of RGB (Red+Green+Blue) = 209+116+223=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #D174DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174DF is #2E8B20. Grayscale: #9B9B9B. Windows color (decimal): -3050273 or 14644433. OLE color: 14644433.
HSL color Cylindrical-coordinate representation of color #D174DF: hue angle of 292.15º degrees, saturation: 0.63, 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 #D174DF is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 116 | 223 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.13 |
| HSL | 292.15º | 0.63% | 0.66% | - |
| HSV(B) | 292.15º | 0.48% | 0.87% | - |
| XYZ | 45.86 | 31.37 | 73.45 | - |
| YUV | 156.01 | 165.81 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 223 | 0.06 | 0.48 | 0 | 0.13 | 292.15 | 0.63 | 0.66 |
| Hex | D1 | 74 | DF | 6 | 30 | 0 | D | 124 | 3F | 42 |
| Octal | 321 | 164 | 337 | 6 | 60 | 0 | 15 | 444 | 77 | 102 |
| Binary | 11010001 | 1110100 | 11011111 | 110 | 110000 | 0 | 1101 | 100100100 | 111111 | 1000010 |
Color Harmonies of #D174DF
Complementary color
Monochromatic Colors of #D174DF
Black with #D174DF
Text Example
Text Example
White with #D174DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D174DF; }
p { color: rgb(209,116,223); }
H1.HeaderClassName
{
color: #D174DF;
}
.AnyTagClassName
{
color: #D174DF;
}
</style>
background-color css
<style>
a { background-color: #D174DF; }
a { background-color: rgb(209,116,223); }
div.DivClassName
{
background-color: #D174DF;
}
.BgClassName
{
background-color: #D174DF;
}
</style>
border-color css
<style>
span { border-color: #D174DF; }
span { border-color: rgb(209,116,223); }
td.TdClassName
{
border-color: #D174DF;
}
.TagClassName
{
border-color: #D174DF;
}
</style>