Shades of Orchid #C977C7
Tints of Orchid #C977C7
RGB
CMYK
RGB Variations
Color information
#C977C7 (or 0xC977C7) is known color: Orchid. HEX triplet: C9, 77 and C7. RGB value is (201,119,199). Sum of RGB (Red+Green+Blue) = 201+119+199=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C977C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977C7 is #368838. Grayscale: #989898. Windows color (decimal): -3573817 or 13072329. OLE color: 13072329.
HSL color Cylindrical-coordinate representation of color #C977C7: hue angle of 301.46º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C977C7 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 119 | 199 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.21 |
| HSL | 301.46º | 0.43% | 0.63% | - |
| HSV(B) | 301.46º | 0.41% | 0.79% | - |
| XYZ | 40.99 | 29.73 | 57.61 | - |
| YUV | 152.64 | 154.17 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 199 | 0 | 0.41 | 0.01 | 0.21 | 301.46 | 0.43 | 0.63 |
| Hex | C9 | 77 | C7 | 0 | 29 | 1 | 15 | 12D | 2B | 3F |
| Octal | 311 | 167 | 307 | 0 | 51 | 1 | 25 | 455 | 53 | 77 |
| Binary | 11001001 | 1110111 | 11000111 | 0 | 101001 | 1 | 10101 | 100101101 | 101011 | 111111 |
Color Harmonies of #C977C7
Complementary color
Monochromatic Colors of #C977C7
Black with #C977C7
Text Example
Text Example
White with #C977C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C977C7; }
p { color: rgb(201,119,199); }
H1.HeaderClassName
{
color: #C977C7;
}
.AnyTagClassName
{
color: #C977C7;
}
</style>
background-color css
<style>
a { background-color: #C977C7; }
a { background-color: rgb(201,119,199); }
div.DivClassName
{
background-color: #C977C7;
}
.BgClassName
{
background-color: #C977C7;
}
</style>
border-color css
<style>
span { border-color: #C977C7; }
span { border-color: rgb(201,119,199); }
td.TdClassName
{
border-color: #C977C7;
}
.TagClassName
{
border-color: #C977C7;
}
</style>