Shades of Orchid #D871CD
Tints of Orchid #D871CD
RGB
CMYK
RGB Variations
Color information
#D871CD (or 0xD871CD) is known color: Orchid. HEX triplet: D8, 71 and CD. RGB value is (216,113,205). Sum of RGB (Red+Green+Blue) = 216+113+205=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D871CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871CD is #278E32. Grayscale: #9A9A9A. Windows color (decimal): -2592307 or 13464024. OLE color: 13464024.
HSL color Cylindrical-coordinate representation of color #D871CD: hue angle of 306.41º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D871CD is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 205 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.15 |
| HSL | 306.41º | 0.57% | 0.65% | - |
| HSV(B) | 306.41º | 0.48% | 0.85% | - |
| XYZ | 45.24 | 30.82 | 61.32 | - |
| YUV | 154.29 | 156.62 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 205 | 0 | 0.48 | 0.05 | 0.15 | 306.41 | 0.57 | 0.65 |
| Hex | D8 | 71 | CD | 0 | 30 | 5 | F | 132 | 39 | 41 |
| Octal | 330 | 161 | 315 | 0 | 60 | 5 | 17 | 462 | 71 | 101 |
| Binary | 11011000 | 1110001 | 11001101 | 0 | 110000 | 101 | 1111 | 100110010 | 111001 | 1000001 |
Color Harmonies of #D871CD
Complementary color
Monochromatic Colors of #D871CD
Black with #D871CD
Text Example
Text Example
White with #D871CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D871CD; }
p { color: rgb(216,113,205); }
H1.HeaderClassName
{
color: #D871CD;
}
.AnyTagClassName
{
color: #D871CD;
}
</style>
background-color css
<style>
a { background-color: #D871CD; }
a { background-color: rgb(216,113,205); }
div.DivClassName
{
background-color: #D871CD;
}
.BgClassName
{
background-color: #D871CD;
}
</style>
border-color css
<style>
span { border-color: #D871CD; }
span { border-color: rgb(216,113,205); }
td.TdClassName
{
border-color: #D871CD;
}
.TagClassName
{
border-color: #D871CD;
}
</style>