Shades of Orchid #D874D0
Tints of Orchid #D874D0
RGB
CMYK
RGB Variations
Color information
#D874D0 (or 0xD874D0) is known color: Orchid. HEX triplet: D8, 74 and D0. RGB value is (216,116,208). Sum of RGB (Red+Green+Blue) = 216+116+208=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D874D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D874D0 is #278B2F. Grayscale: #9C9C9C. Windows color (decimal): -2591536 or 13661400. OLE color: 13661400.
HSL color Cylindrical-coordinate representation of color #D874D0: hue angle of 304.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D874D0 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 116 | 208 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.15 |
| HSL | 304.8º | 0.56% | 0.65% | - |
| HSV(B) | 304.8º | 0.46% | 0.85% | - |
| XYZ | 45.95 | 31.64 | 63.36 | - |
| YUV | 156.39 | 157.13 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 116 | 208 | 0 | 0.46 | 0.04 | 0.15 | 304.8 | 0.56 | 0.65 |
| Hex | D8 | 74 | D0 | 0 | 2E | 4 | F | 131 | 38 | 41 |
| Octal | 330 | 164 | 320 | 0 | 56 | 4 | 17 | 461 | 70 | 101 |
| Binary | 11011000 | 1110100 | 11010000 | 0 | 101110 | 100 | 1111 | 100110001 | 111000 | 1000001 |
Color Harmonies of #D874D0
Complementary color
Monochromatic Colors of #D874D0
Black with #D874D0
Text Example
Text Example
White with #D874D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D874D0; }
p { color: rgb(216,116,208); }
H1.HeaderClassName
{
color: #D874D0;
}
.AnyTagClassName
{
color: #D874D0;
}
</style>
background-color css
<style>
a { background-color: #D874D0; }
a { background-color: rgb(216,116,208); }
div.DivClassName
{
background-color: #D874D0;
}
.BgClassName
{
background-color: #D874D0;
}
</style>
border-color css
<style>
span { border-color: #D874D0; }
span { border-color: rgb(216,116,208); }
td.TdClassName
{
border-color: #D874D0;
}
.TagClassName
{
border-color: #D874D0;
}
</style>