Shades of Orchid #D971CC
Tints of Orchid #D971CC
RGB
CMYK
RGB Variations
Color information
#D971CC (or 0xD971CC) is known color: Orchid. HEX triplet: D9, 71 and CC. RGB value is (217,113,204). Sum of RGB (Red+Green+Blue) = 217+113+204=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D971CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971CC is #268E33. Grayscale: #9A9A9A. Windows color (decimal): -2526772 or 13398489. OLE color: 13398489.
HSL color Cylindrical-coordinate representation of color #D971CC: hue angle of 307.5º 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 #D971CC is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 113 | 204 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.15 |
| HSL | 307.5º | 0.58% | 0.65% | - |
| HSV(B) | 307.5º | 0.48% | 0.85% | - |
| XYZ | 45.42 | 30.92 | 60.7 | - |
| YUV | 154.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 204 | 0 | 0.48 | 0.06 | 0.15 | 307.5 | 0.58 | 0.65 |
| Hex | D9 | 71 | CC | 0 | 30 | 6 | F | 134 | 3A | 41 |
| Octal | 331 | 161 | 314 | 0 | 60 | 6 | 17 | 464 | 72 | 101 |
| Binary | 11011001 | 1110001 | 11001100 | 0 | 110000 | 110 | 1111 | 100110100 | 111010 | 1000001 |
Color Harmonies of #D971CC
Complementary color
Monochromatic Colors of #D971CC
Black with #D971CC
Text Example
Text Example
White with #D971CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971CC; }
p { color: rgb(217,113,204); }
H1.HeaderClassName
{
color: #D971CC;
}
.AnyTagClassName
{
color: #D971CC;
}
</style>
background-color css
<style>
a { background-color: #D971CC; }
a { background-color: rgb(217,113,204); }
div.DivClassName
{
background-color: #D971CC;
}
.BgClassName
{
background-color: #D971CC;
}
</style>
border-color css
<style>
span { border-color: #D971CC; }
span { border-color: rgb(217,113,204); }
td.TdClassName
{
border-color: #D971CC;
}
.TagClassName
{
border-color: #D971CC;
}
</style>