Shades of Orchid #C976CD
Tints of Orchid #C976CD
RGB
CMYK
RGB Variations
Color information
#C976CD (or 0xC976CD) is known color: Orchid. HEX triplet: C9, 76 and CD. RGB value is (201,118,205). Sum of RGB (Red+Green+Blue) = 201+118+205=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #C976CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C976CD is #368932. Grayscale: #989898. Windows color (decimal): -3574067 or 13465289. OLE color: 13465289.
HSL color Cylindrical-coordinate representation of color #C976CD: hue angle of 297.24º degrees, saturation: 0.47, 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 #C976CD is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 118 | 205 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.20 |
| HSL | 297.24º | 0.47% | 0.63% | - |
| HSV(B) | 297.24º | 0.42% | 0.8% | - |
| XYZ | 41.59 | 29.78 | 61.31 | - |
| YUV | 152.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 205 | 0.02 | 0.42 | 0 | 0.20 | 297.24 | 0.47 | 0.63 |
| Hex | C9 | 76 | CD | 2 | 2A | 0 | 14 | 129 | 2F | 3F |
| Octal | 311 | 166 | 315 | 2 | 52 | 0 | 24 | 451 | 57 | 77 |
| Binary | 11001001 | 1110110 | 11001101 | 10 | 101010 | 0 | 10100 | 100101001 | 101111 | 111111 |
Color Harmonies of #C976CD
Complementary color
Monochromatic Colors of #C976CD
Black with #C976CD
Text Example
Text Example
White with #C976CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C976CD; }
p { color: rgb(201,118,205); }
H1.HeaderClassName
{
color: #C976CD;
}
.AnyTagClassName
{
color: #C976CD;
}
</style>
background-color css
<style>
a { background-color: #C976CD; }
a { background-color: rgb(201,118,205); }
div.DivClassName
{
background-color: #C976CD;
}
.BgClassName
{
background-color: #C976CD;
}
</style>
border-color css
<style>
span { border-color: #C976CD; }
span { border-color: rgb(201,118,205); }
td.TdClassName
{
border-color: #C976CD;
}
.TagClassName
{
border-color: #C976CD;
}
</style>