Shades of Orchid #D174DB
Tints of Orchid #D174DB
RGB
CMYK
RGB Variations
Color information
#D174DB (or 0xD174DB) is known color: Orchid. HEX triplet: D1, 74 and DB. RGB value is (209,116,219). Sum of RGB (Red+Green+Blue) = 209+116+219=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #D174DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174DB is #2E8B24. Grayscale: #9B9B9B. Windows color (decimal): -3050277 or 14382289. OLE color: 14382289.
HSL color Cylindrical-coordinate representation of color #D174DB: hue angle of 294.17º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D174DB is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 116 | 219 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.14 |
| HSL | 294.17º | 0.59% | 0.66% | - |
| HSV(B) | 294.17º | 0.47% | 0.86% | - |
| XYZ | 45.33 | 31.16 | 70.64 | - |
| YUV | 155.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 219 | 0.05 | 0.47 | 0 | 0.14 | 294.17 | 0.59 | 0.66 |
| Hex | D1 | 74 | DB | 5 | 2F | 0 | E | 126 | 3B | 42 |
| Octal | 321 | 164 | 333 | 5 | 57 | 0 | 16 | 446 | 73 | 102 |
| Binary | 11010001 | 1110100 | 11011011 | 101 | 101111 | 0 | 1110 | 100100110 | 111011 | 1000010 |
Color Harmonies of #D174DB
Complementary color
Monochromatic Colors of #D174DB
Black with #D174DB
Text Example
Text Example
White with #D174DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D174DB; }
p { color: rgb(209,116,219); }
H1.HeaderClassName
{
color: #D174DB;
}
.AnyTagClassName
{
color: #D174DB;
}
</style>
background-color css
<style>
a { background-color: #D174DB; }
a { background-color: rgb(209,116,219); }
div.DivClassName
{
background-color: #D174DB;
}
.BgClassName
{
background-color: #D174DB;
}
</style>
border-color css
<style>
span { border-color: #D174DB; }
span { border-color: rgb(209,116,219); }
td.TdClassName
{
border-color: #D174DB;
}
.TagClassName
{
border-color: #D174DB;
}
</style>