Shades of Orchid #C976CC
Tints of Orchid #C976CC
RGB
CMYK
RGB Variations
Color information
#C976CC (or 0xC976CC) is known color: Orchid. HEX triplet: C9, 76 and CC. RGB value is (201,118,204). Sum of RGB (Red+Green+Blue) = 201+118+204=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #C976CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C976CC is #368933. Grayscale: #989898. Windows color (decimal): -3574068 or 13399753. OLE color: 13399753.
HSL color Cylindrical-coordinate representation of color #C976CC: hue angle of 297.91º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C976CC is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 118 | 204 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.2 |
| HSL | 297.91º | 0.46% | 0.63% | - |
| HSV(B) | 297.91º | 0.42% | 0.8% | - |
| XYZ | 41.46 | 29.73 | 60.68 | - |
| YUV | 152.62 | 157 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 204 | 0.01 | 0.42 | 0 | 0.2 | 297.91 | 0.46 | 0.63 |
| Hex | C9 | 76 | CC | 1 | 2A | 0 | 14 | 12A | 2E | 3F |
| Octal | 311 | 166 | 314 | 1 | 52 | 0 | 24 | 452 | 56 | 77 |
| Binary | 11001001 | 1110110 | 11001100 | 1 | 101010 | 0 | 10100 | 100101010 | 101110 | 111111 |
Color Harmonies of #C976CC
Complementary color
Monochromatic Colors of #C976CC
Black with #C976CC
Text Example
Text Example
White with #C976CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C976CC; }
p { color: rgb(201,118,204); }
H1.HeaderClassName
{
color: #C976CC;
}
.AnyTagClassName
{
color: #C976CC;
}
</style>
background-color css
<style>
a { background-color: #C976CC; }
a { background-color: rgb(201,118,204); }
div.DivClassName
{
background-color: #C976CC;
}
.BgClassName
{
background-color: #C976CC;
}
</style>
border-color css
<style>
span { border-color: #C976CC; }
span { border-color: rgb(201,118,204); }
td.TdClassName
{
border-color: #C976CC;
}
.TagClassName
{
border-color: #C976CC;
}
</style>