Shades of Orchid #D971C0
Tints of Orchid #D971C0
RGB
CMYK
RGB Variations
Color information
#D971C0 (or 0xD971C0) is known color: Orchid. HEX triplet: D9, 71 and C0. RGB value is (217,113,192). Sum of RGB (Red+Green+Blue) = 217+113+192=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D971C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971C0 is #268E3F. Grayscale: #989898. Windows color (decimal): -2526784 or 12612057. OLE color: 12612057.
HSL color Cylindrical-coordinate representation of color #D971C0: hue angle of 314.42º 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 #D971C0 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 113 | 192 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.15 |
| HSL | 314.42º | 0.58% | 0.65% | - |
| HSV(B) | 314.42º | 0.48% | 0.85% | - |
| XYZ | 44.03 | 30.37 | 53.41 | - |
| YUV | 153.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 192 | 0 | 0.48 | 0.12 | 0.15 | 314.42 | 0.58 | 0.65 |
| Hex | D9 | 71 | C0 | 0 | 30 | C | F | 13A | 3A | 41 |
| Octal | 331 | 161 | 300 | 0 | 60 | 14 | 17 | 472 | 72 | 101 |
| Binary | 11011001 | 1110001 | 11000000 | 0 | 110000 | 1100 | 1111 | 100111010 | 111010 | 1000001 |
Color Harmonies of #D971C0
Complementary color
Monochromatic Colors of #D971C0
Black with #D971C0
Text Example
Text Example
White with #D971C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971C0; }
p { color: rgb(217,113,192); }
H1.HeaderClassName
{
color: #D971C0;
}
.AnyTagClassName
{
color: #D971C0;
}
</style>
background-color css
<style>
a { background-color: #D971C0; }
a { background-color: rgb(217,113,192); }
div.DivClassName
{
background-color: #D971C0;
}
.BgClassName
{
background-color: #D971C0;
}
</style>
border-color css
<style>
span { border-color: #D971C0; }
span { border-color: rgb(217,113,192); }
td.TdClassName
{
border-color: #D971C0;
}
.TagClassName
{
border-color: #D971C0;
}
</style>