Shades of Orchid #C971CF
Tints of Orchid #C971CF
RGB
CMYK
RGB Variations
Color information
#C971CF (or 0xC971CF) is known color: Orchid. HEX triplet: C9, 71 and CF. RGB value is (201,113,207). Sum of RGB (Red+Green+Blue) = 201+113+207=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #C971CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971CF is #368E30. Grayscale: #959595. Windows color (decimal): -3575345 or 13595081. OLE color: 13595081.
HSL color Cylindrical-coordinate representation of color #C971CF: hue angle of 296.17º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C971CF is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 113 | 207 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.19 |
| HSL | 296.17º | 0.49% | 0.63% | - |
| HSV(B) | 296.17º | 0.45% | 0.81% | - |
| XYZ | 41.26 | 28.73 | 62.4 | - |
| YUV | 150.03 | 160.15 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 207 | 0.03 | 0.45 | 0 | 0.19 | 296.17 | 0.49 | 0.63 |
| Hex | C9 | 71 | CF | 3 | 2D | 0 | 13 | 128 | 31 | 3F |
| Octal | 311 | 161 | 317 | 3 | 55 | 0 | 23 | 450 | 61 | 77 |
| Binary | 11001001 | 1110001 | 11001111 | 11 | 101101 | 0 | 10011 | 100101000 | 110001 | 111111 |
Color Harmonies of #C971CF
Complementary color
Monochromatic Colors of #C971CF
Black with #C971CF
Text Example
Text Example
White with #C971CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C971CF; }
p { color: rgb(201,113,207); }
H1.HeaderClassName
{
color: #C971CF;
}
.AnyTagClassName
{
color: #C971CF;
}
</style>
background-color css
<style>
a { background-color: #C971CF; }
a { background-color: rgb(201,113,207); }
div.DivClassName
{
background-color: #C971CF;
}
.BgClassName
{
background-color: #C971CF;
}
</style>
border-color css
<style>
span { border-color: #C971CF; }
span { border-color: rgb(201,113,207); }
td.TdClassName
{
border-color: #C971CF;
}
.TagClassName
{
border-color: #C971CF;
}
</style>