Shades of Orchid #C976E0
Tints of Orchid #C976E0
RGB
CMYK
RGB Variations
Color information
#C976E0 (or 0xC976E0) is known color: Orchid. HEX triplet: C9, 76 and E0. RGB value is (201,118,224). Sum of RGB (Red+Green+Blue) = 201+118+224=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #C976E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C976E0 is #36891F. Grayscale: #9A9A9A. Windows color (decimal): -3574048 or 14710473. OLE color: 14710473.
HSL color Cylindrical-coordinate representation of color #C976E0: hue angle of 286.98º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C976E0 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 118 | 224 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.12 |
| HSL | 286.98º | 0.63% | 0.67% | - |
| HSV(B) | 286.98º | 0.47% | 0.88% | - |
| XYZ | 44.02 | 30.76 | 74.14 | - |
| YUV | 154.9 | 167 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 224 | 0.10 | 0.47 | 0 | 0.12 | 286.98 | 0.63 | 0.67 |
| Hex | C9 | 76 | E0 | A | 2F | 0 | C | 11F | 3F | 43 |
| Octal | 311 | 166 | 340 | 12 | 57 | 0 | 14 | 437 | 77 | 103 |
| Binary | 11001001 | 1110110 | 11100000 | 1010 | 101111 | 0 | 1100 | 100011111 | 111111 | 1000011 |
Color Harmonies of #C976E0
Complementary color
Monochromatic Colors of #C976E0
Black with #C976E0
Text Example
Text Example
White with #C976E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C976E0; }
p { color: rgb(201,118,224); }
H1.HeaderClassName
{
color: #C976E0;
}
.AnyTagClassName
{
color: #C976E0;
}
</style>
background-color css
<style>
a { background-color: #C976E0; }
a { background-color: rgb(201,118,224); }
div.DivClassName
{
background-color: #C976E0;
}
.BgClassName
{
background-color: #C976E0;
}
</style>
border-color css
<style>
span { border-color: #C976E0; }
span { border-color: rgb(201,118,224); }
td.TdClassName
{
border-color: #C976E0;
}
.TagClassName
{
border-color: #C976E0;
}
</style>