Shades of Orchid #C976D1
Tints of Orchid #C976D1
RGB
CMYK
RGB Variations
Color information
#C976D1 (or 0xC976D1) is known color: Orchid. HEX triplet: C9, 76 and D1. RGB value is (201,118,209). Sum of RGB (Red+Green+Blue) = 201+118+209=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #C976D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C976D1 is #36892E. Grayscale: #989898. Windows color (decimal): -3574063 or 13727433. OLE color: 13727433.
HSL color Cylindrical-coordinate representation of color #C976D1: hue angle of 294.73º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C976D1 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 118 | 209 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.18 |
| HSL | 294.73º | 0.5% | 0.64% | - |
| HSV(B) | 294.73º | 0.44% | 0.82% | - |
| XYZ | 42.07 | 29.98 | 63.89 | - |
| YUV | 153.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 209 | 0.04 | 0.44 | 0 | 0.18 | 294.73 | 0.5 | 0.64 |
| Hex | C9 | 76 | D1 | 4 | 2C | 0 | 12 | 127 | 32 | 40 |
| Octal | 311 | 166 | 321 | 4 | 54 | 0 | 22 | 447 | 62 | 100 |
| Binary | 11001001 | 1110110 | 11010001 | 100 | 101100 | 0 | 10010 | 100100111 | 110010 | 1000000 |
Color Harmonies of #C976D1
Complementary color
Monochromatic Colors of #C976D1
Black with #C976D1
Text Example
Text Example
White with #C976D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C976D1; }
p { color: rgb(201,118,209); }
H1.HeaderClassName
{
color: #C976D1;
}
.AnyTagClassName
{
color: #C976D1;
}
</style>
background-color css
<style>
a { background-color: #C976D1; }
a { background-color: rgb(201,118,209); }
div.DivClassName
{
background-color: #C976D1;
}
.BgClassName
{
background-color: #C976D1;
}
</style>
border-color css
<style>
span { border-color: #C976D1; }
span { border-color: rgb(201,118,209); }
td.TdClassName
{
border-color: #C976D1;
}
.TagClassName
{
border-color: #C976D1;
}
</style>