Shades of Orchid #D874CE
Tints of Orchid #D874CE
RGB
CMYK
RGB Variations
Color information
#D874CE (or 0xD874CE) is known color: Orchid. HEX triplet: D8, 74 and CE. RGB value is (216,116,206). Sum of RGB (Red+Green+Blue) = 216+116+206=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D874CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D874CE is #278B31. Grayscale: #9B9B9B. Windows color (decimal): -2591538 or 13530328. OLE color: 13530328.
HSL color Cylindrical-coordinate representation of color #D874CE: hue angle of 306º 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 #D874CE is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 116 | 206 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.15 |
| HSL | 306º | 0.56% | 0.65% | - |
| HSV(B) | 306º | 0.46% | 0.85% | - |
| XYZ | 45.7 | 31.55 | 62.07 | - |
| YUV | 156.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 116 | 206 | 0 | 0.46 | 0.05 | 0.15 | 306 | 0.56 | 0.65 |
| Hex | D8 | 74 | CE | 0 | 2E | 5 | F | 132 | 38 | 41 |
| Octal | 330 | 164 | 316 | 0 | 56 | 5 | 17 | 462 | 70 | 101 |
| Binary | 11011000 | 1110100 | 11001110 | 0 | 101110 | 101 | 1111 | 100110010 | 111000 | 1000001 |
Color Harmonies of #D874CE
Complementary color
Monochromatic Colors of #D874CE
Black with #D874CE
Text Example
Text Example
White with #D874CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D874CE; }
p { color: rgb(216,116,206); }
H1.HeaderClassName
{
color: #D874CE;
}
.AnyTagClassName
{
color: #D874CE;
}
</style>
background-color css
<style>
a { background-color: #D874CE; }
a { background-color: rgb(216,116,206); }
div.DivClassName
{
background-color: #D874CE;
}
.BgClassName
{
background-color: #D874CE;
}
</style>
border-color css
<style>
span { border-color: #D874CE; }
span { border-color: rgb(216,116,206); }
td.TdClassName
{
border-color: #D874CE;
}
.TagClassName
{
border-color: #D874CE;
}
</style>