Shades of Orchid #C976E5
Tints of Orchid #C976E5
RGB
CMYK
RGB Variations
Color information
#C976E5 (or 0xC976E5) is known color: Orchid. HEX triplet: C9, 76 and E5. RGB value is (201,118,229). Sum of RGB (Red+Green+Blue) = 201+118+229=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #C976E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C976E5 is #36891A. Grayscale: #9B9B9B. Windows color (decimal): -3574043 or 15038153. OLE color: 15038153.
HSL color Cylindrical-coordinate representation of color #C976E5: hue angle of 284.86º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C976E5 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 118 | 229 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.10 |
| HSL | 284.86º | 0.68% | 0.68% | - |
| HSV(B) | 284.86º | 0.48% | 0.9% | - |
| XYZ | 44.71 | 31.03 | 77.76 | - |
| YUV | 155.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 229 | 0.12 | 0.48 | 0 | 0.10 | 284.86 | 0.68 | 0.68 |
| Hex | C9 | 76 | E5 | C | 30 | 0 | A | 11D | 44 | 44 |
| Octal | 311 | 166 | 345 | 14 | 60 | 0 | 12 | 435 | 104 | 104 |
| Binary | 11001001 | 1110110 | 11100101 | 1100 | 110000 | 0 | 1010 | 100011101 | 1000100 | 1000100 |
Color Harmonies of #C976E5
Complementary color
Monochromatic Colors of #C976E5
Black with #C976E5
Text Example
Text Example
White with #C976E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C976E5; }
p { color: rgb(201,118,229); }
H1.HeaderClassName
{
color: #C976E5;
}
.AnyTagClassName
{
color: #C976E5;
}
</style>
background-color css
<style>
a { background-color: #C976E5; }
a { background-color: rgb(201,118,229); }
div.DivClassName
{
background-color: #C976E5;
}
.BgClassName
{
background-color: #C976E5;
}
</style>
border-color css
<style>
span { border-color: #C976E5; }
span { border-color: rgb(201,118,229); }
td.TdClassName
{
border-color: #C976E5;
}
.TagClassName
{
border-color: #C976E5;
}
</style>