Shades of Orchid #D874D6
Tints of Orchid #D874D6
RGB
CMYK
RGB Variations
Color information
#D874D6 (or 0xD874D6) is known color: Orchid. HEX triplet: D8, 74 and D6. RGB value is (216,116,214). Sum of RGB (Red+Green+Blue) = 216+116+214=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D874D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D874D6 is #278B29. Grayscale: #9C9C9C. Windows color (decimal): -2591530 or 14054616. OLE color: 14054616.
HSL color Cylindrical-coordinate representation of color #D874D6: hue angle of 301.2º 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 #D874D6 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 116 | 214 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.15 |
| HSL | 301.2º | 0.56% | 0.65% | - |
| HSV(B) | 301.2º | 0.46% | 0.85% | - |
| XYZ | 46.7 | 31.94 | 67.32 | - |
| YUV | 157.07 | 160.13 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 116 | 214 | 0 | 0.46 | 0.01 | 0.15 | 301.2 | 0.56 | 0.65 |
| Hex | D8 | 74 | D6 | 0 | 2E | 1 | F | 12D | 38 | 41 |
| Octal | 330 | 164 | 326 | 0 | 56 | 1 | 17 | 455 | 70 | 101 |
| Binary | 11011000 | 1110100 | 11010110 | 0 | 101110 | 1 | 1111 | 100101101 | 111000 | 1000001 |
Color Harmonies of #D874D6
Complementary color
Monochromatic Colors of #D874D6
Black with #D874D6
Text Example
Text Example
White with #D874D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D874D6; }
p { color: rgb(216,116,214); }
H1.HeaderClassName
{
color: #D874D6;
}
.AnyTagClassName
{
color: #D874D6;
}
</style>
background-color css
<style>
a { background-color: #D874D6; }
a { background-color: rgb(216,116,214); }
div.DivClassName
{
background-color: #D874D6;
}
.BgClassName
{
background-color: #D874D6;
}
</style>
border-color css
<style>
span { border-color: #D874D6; }
span { border-color: rgb(216,116,214); }
td.TdClassName
{
border-color: #D874D6;
}
.TagClassName
{
border-color: #D874D6;
}
</style>