Shades of Orchid #C971DD
Tints of Orchid #C971DD
RGB
CMYK
RGB Variations
Color information
#C971DD (or 0xC971DD) is known color: Orchid. HEX triplet: C9, 71 and DD. RGB value is (201,113,221). Sum of RGB (Red+Green+Blue) = 201+113+221=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #C971DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971DD is #368E22. Grayscale: #979797. Windows color (decimal): -3575331 or 14512585. OLE color: 14512585.
HSL color Cylindrical-coordinate representation of color #C971DD: hue angle of 288.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C971DD is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 113 | 221 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.13 |
| HSL | 288.89º | 0.61% | 0.65% | - |
| HSV(B) | 288.89º | 0.49% | 0.87% | - |
| XYZ | 43.04 | 29.45 | 71.82 | - |
| YUV | 151.62 | 167.15 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 221 | 0.09 | 0.49 | 0 | 0.13 | 288.89 | 0.61 | 0.65 |
| Hex | C9 | 71 | DD | 9 | 31 | 0 | D | 121 | 3D | 41 |
| Octal | 311 | 161 | 335 | 11 | 61 | 0 | 15 | 441 | 75 | 101 |
| Binary | 11001001 | 1110001 | 11011101 | 1001 | 110001 | 0 | 1101 | 100100001 | 111101 | 1000001 |
Color Harmonies of #C971DD
Complementary color
Monochromatic Colors of #C971DD
Black with #C971DD
Text Example
Text Example
White with #C971DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C971DD; }
p { color: rgb(201,113,221); }
H1.HeaderClassName
{
color: #C971DD;
}
.AnyTagClassName
{
color: #C971DD;
}
</style>
background-color css
<style>
a { background-color: #C971DD; }
a { background-color: rgb(201,113,221); }
div.DivClassName
{
background-color: #C971DD;
}
.BgClassName
{
background-color: #C971DD;
}
</style>
border-color css
<style>
span { border-color: #C971DD; }
span { border-color: rgb(201,113,221); }
td.TdClassName
{
border-color: #C971DD;
}
.TagClassName
{
border-color: #C971DD;
}
</style>