Shades of Orchid #D874DB
Tints of Orchid #D874DB
RGB
CMYK
RGB Variations
Color information
#D874DB (or 0xD874DB) is known color: Orchid. HEX triplet: D8, 74 and DB. RGB value is (216,116,219). Sum of RGB (Red+Green+Blue) = 216+116+219=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #D874DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D874DB is #278B24. Grayscale: #9D9D9D. Windows color (decimal): -2591525 or 14382296. OLE color: 14382296.
HSL color Cylindrical-coordinate representation of color #D874DB: hue angle of 298.25º 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 #D874DB is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 116 | 219 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.14 |
| HSL | 298.25º | 0.59% | 0.66% | - |
| HSV(B) | 298.25º | 0.47% | 0.86% | - |
| XYZ | 47.35 | 32.2 | 70.74 | - |
| YUV | 157.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 116 | 219 | 0.01 | 0.47 | 0 | 0.14 | 298.25 | 0.59 | 0.66 |
| Hex | D8 | 74 | DB | 1 | 2F | 0 | E | 12A | 3B | 42 |
| Octal | 330 | 164 | 333 | 1 | 57 | 0 | 16 | 452 | 73 | 102 |
| Binary | 11011000 | 1110100 | 11011011 | 1 | 101111 | 0 | 1110 | 100101010 | 111011 | 1000010 |
Color Harmonies of #D874DB
Complementary color
Monochromatic Colors of #D874DB
Black with #D874DB
Text Example
Text Example
White with #D874DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D874DB; }
p { color: rgb(216,116,219); }
H1.HeaderClassName
{
color: #D874DB;
}
.AnyTagClassName
{
color: #D874DB;
}
</style>
background-color css
<style>
a { background-color: #D874DB; }
a { background-color: rgb(216,116,219); }
div.DivClassName
{
background-color: #D874DB;
}
.BgClassName
{
background-color: #D874DB;
}
</style>
border-color css
<style>
span { border-color: #D874DB; }
span { border-color: rgb(216,116,219); }
td.TdClassName
{
border-color: #D874DB;
}
.TagClassName
{
border-color: #D874DB;
}
</style>