Shades of Orchid #C977C9
Tints of Orchid #C977C9
RGB
CMYK
RGB Variations
Color information
#C977C9 (or 0xC977C9) is known color: Orchid. HEX triplet: C9, 77 and C9. RGB value is (201,119,201). Sum of RGB (Red+Green+Blue) = 201+119+201=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 201 - color contains mainly: red, blue. Hex color #C977C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977C9 is #368836. Grayscale: #989898. Windows color (decimal): -3573815 or 13203401. OLE color: 13203401.
HSL color Cylindrical-coordinate representation of color #C977C9: hue angle of 300º 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 #C977C9 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 119 | 201 | - |
| CMYK | 0 | 0.41 | 0 | 0.21 |
| HSL | 300º | 0.43% | 0.63% | - |
| HSV(B) | 300º | 0.41% | 0.79% | - |
| XYZ | 41.23 | 29.83 | 58.84 | - |
| YUV | 152.87 | 155.17 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 201 | 0 | 0.41 | 0 | 0.21 | 300 | 0.43 | 0.63 |
| Hex | C9 | 77 | C9 | 0 | 29 | 0 | 15 | 12C | 2B | 3F |
| Octal | 311 | 167 | 311 | 0 | 51 | 0 | 25 | 454 | 53 | 77 |
| Binary | 11001001 | 1110111 | 11001001 | 0 | 101001 | 0 | 10101 | 100101100 | 101011 | 111111 |
Color Harmonies of #C977C9
Complementary color
Monochromatic Colors of #C977C9
Black with #C977C9
Text Example
Text Example
White with #C977C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C977C9; }
p { color: rgb(201,119,201); }
H1.HeaderClassName
{
color: #C977C9;
}
.AnyTagClassName
{
color: #C977C9;
}
</style>
background-color css
<style>
a { background-color: #C977C9; }
a { background-color: rgb(201,119,201); }
div.DivClassName
{
background-color: #C977C9;
}
.BgClassName
{
background-color: #C977C9;
}
</style>
border-color css
<style>
span { border-color: #C977C9; }
span { border-color: rgb(201,119,201); }
td.TdClassName
{
border-color: #C977C9;
}
.TagClassName
{
border-color: #C977C9;
}
</style>