Shades of Orchid #C976BF
Tints of Orchid #C976BF
RGB
CMYK
RGB Variations
Color information
#C976BF (or 0xC976BF) is known color: Orchid. HEX triplet: C9, 76 and BF. RGB value is (201,118,191). Sum of RGB (Red+Green+Blue) = 201+118+191=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C976BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C976BF is #368940. Grayscale: #969696. Windows color (decimal): -3574081 or 12547785. OLE color: 12547785.
HSL color Cylindrical-coordinate representation of color #C976BF: hue angle of 307.23º 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 #C976BF is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 191 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.21 |
| HSL | 307.23º | 0.43% | 0.63% | - |
| HSV(B) | 307.23º | 0.41% | 0.79% | - |
| XYZ | 39.97 | 29.14 | 52.81 | - |
| YUV | 151.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 191 | 0 | 0.41 | 0.05 | 0.21 | 307.23 | 0.43 | 0.63 |
| Hex | C9 | 76 | BF | 0 | 29 | 5 | 15 | 133 | 2B | 3F |
| Octal | 311 | 166 | 277 | 0 | 51 | 5 | 25 | 463 | 53 | 77 |
| Binary | 11001001 | 1110110 | 10111111 | 0 | 101001 | 101 | 10101 | 100110011 | 101011 | 111111 |
Color Harmonies of #C976BF
Complementary color
Monochromatic Colors of #C976BF
Black with #C976BF
Text Example
Text Example
White with #C976BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C976BF; }
p { color: rgb(201,118,191); }
H1.HeaderClassName
{
color: #C976BF;
}
.AnyTagClassName
{
color: #C976BF;
}
</style>
background-color css
<style>
a { background-color: #C976BF; }
a { background-color: rgb(201,118,191); }
div.DivClassName
{
background-color: #C976BF;
}
.BgClassName
{
background-color: #C976BF;
}
</style>
border-color css
<style>
span { border-color: #C976BF; }
span { border-color: rgb(201,118,191); }
td.TdClassName
{
border-color: #C976BF;
}
.TagClassName
{
border-color: #C976BF;
}
</style>