Shades of Orchid #D971C8
Tints of Orchid #D971C8
RGB
CMYK
RGB Variations
Color information
#D971C8 (or 0xD971C8) is known color: Orchid. HEX triplet: D9, 71 and C8. RGB value is (217,113,200). Sum of RGB (Red+Green+Blue) = 217+113+200=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D971C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971C8 is #268E37. Grayscale: #999999. Windows color (decimal): -2526776 or 13136345. OLE color: 13136345.
HSL color Cylindrical-coordinate representation of color #D971C8: hue angle of 309.81º degrees, saturation: 0.58, 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 #D971C8 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 113 | 200 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.15 |
| HSL | 309.81º | 0.58% | 0.65% | - |
| HSV(B) | 309.81º | 0.48% | 0.85% | - |
| XYZ | 44.95 | 30.73 | 58.21 | - |
| YUV | 154.01 | 153.96 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 200 | 0 | 0.48 | 0.08 | 0.15 | 309.81 | 0.58 | 0.65 |
| Hex | D9 | 71 | C8 | 0 | 30 | 8 | F | 136 | 3A | 41 |
| Octal | 331 | 161 | 310 | 0 | 60 | 10 | 17 | 466 | 72 | 101 |
| Binary | 11011001 | 1110001 | 11001000 | 0 | 110000 | 1000 | 1111 | 100110110 | 111010 | 1000001 |
Color Harmonies of #D971C8
Complementary color
Monochromatic Colors of #D971C8
Black with #D971C8
Text Example
Text Example
White with #D971C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971C8; }
p { color: rgb(217,113,200); }
H1.HeaderClassName
{
color: #D971C8;
}
.AnyTagClassName
{
color: #D971C8;
}
</style>
background-color css
<style>
a { background-color: #D971C8; }
a { background-color: rgb(217,113,200); }
div.DivClassName
{
background-color: #D971C8;
}
.BgClassName
{
background-color: #D971C8;
}
</style>
border-color css
<style>
span { border-color: #D971C8; }
span { border-color: rgb(217,113,200); }
td.TdClassName
{
border-color: #D971C8;
}
.TagClassName
{
border-color: #D971C8;
}
</style>