Shades of Orchid #C977B6
Tints of Orchid #C977B6
RGB
CMYK
RGB Variations
Color information
#C977B6 (or 0xC977B6) is known color: Orchid. HEX triplet: C9, 77 and B6. RGB value is (201,119,182). Sum of RGB (Red+Green+Blue) = 201+119+182=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C977B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977B6 is #368849. Grayscale: #969696. Windows color (decimal): -3573834 or 11958217. OLE color: 11958217.
HSL color Cylindrical-coordinate representation of color #C977B6: hue angle of 313.9º 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 #C977B6 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 119 | 182 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.21 |
| HSL | 313.9º | 0.43% | 0.63% | - |
| HSV(B) | 313.9º | 0.41% | 0.79% | - |
| XYZ | 39.13 | 28.99 | 47.79 | - |
| YUV | 150.7 | 145.67 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 182 | 0 | 0.41 | 0.09 | 0.21 | 313.9 | 0.43 | 0.63 |
| Hex | C9 | 77 | B6 | 0 | 29 | 9 | 15 | 13A | 2B | 3F |
| Octal | 311 | 167 | 266 | 0 | 51 | 11 | 25 | 472 | 53 | 77 |
| Binary | 11001001 | 1110111 | 10110110 | 0 | 101001 | 1001 | 10101 | 100111010 | 101011 | 111111 |
Color Harmonies of #C977B6
Complementary color
Monochromatic Colors of #C977B6
Black with #C977B6
Text Example
Text Example
White with #C977B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C977B6; }
p { color: rgb(201,119,182); }
H1.HeaderClassName
{
color: #C977B6;
}
.AnyTagClassName
{
color: #C977B6;
}
</style>
background-color css
<style>
a { background-color: #C977B6; }
a { background-color: rgb(201,119,182); }
div.DivClassName
{
background-color: #C977B6;
}
.BgClassName
{
background-color: #C977B6;
}
</style>
border-color css
<style>
span { border-color: #C977B6; }
span { border-color: rgb(201,119,182); }
td.TdClassName
{
border-color: #C977B6;
}
.TagClassName
{
border-color: #C977B6;
}
</style>