Shades of Orchid #C978C7
Tints of Orchid #C978C7
RGB
CMYK
RGB Variations
Color information
#C978C7 (or 0xC978C7) is known color: Orchid. HEX triplet: C9, 78 and C7. RGB value is (201,120,199). Sum of RGB (Red+Green+Blue) = 201+120+199=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C978C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978C7 is #368738. Grayscale: #989898. Windows color (decimal): -3573561 or 13072585. OLE color: 13072585.
HSL color Cylindrical-coordinate representation of color #C978C7: hue angle of 301.48º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C978C7 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 199 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.21 |
| HSL | 301.48º | 0.43% | 0.63% | - |
| HSV(B) | 301.48º | 0.4% | 0.79% | - |
| XYZ | 41.11 | 29.97 | 57.65 | - |
| YUV | 153.23 | 153.84 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 199 | 0 | 0.40 | 0.01 | 0.21 | 301.48 | 0.43 | 0.63 |
| Hex | C9 | 78 | C7 | 0 | 28 | 1 | 15 | 12D | 2B | 3F |
| Octal | 311 | 170 | 307 | 0 | 50 | 1 | 25 | 455 | 53 | 77 |
| Binary | 11001001 | 1111000 | 11000111 | 0 | 101000 | 1 | 10101 | 100101101 | 101011 | 111111 |
Color Harmonies of #C978C7
Complementary color
Monochromatic Colors of #C978C7
Black with #C978C7
Text Example
Text Example
White with #C978C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978C7; }
p { color: rgb(201,120,199); }
H1.HeaderClassName
{
color: #C978C7;
}
.AnyTagClassName
{
color: #C978C7;
}
</style>
background-color css
<style>
a { background-color: #C978C7; }
a { background-color: rgb(201,120,199); }
div.DivClassName
{
background-color: #C978C7;
}
.BgClassName
{
background-color: #C978C7;
}
</style>
border-color css
<style>
span { border-color: #C978C7; }
span { border-color: rgb(201,120,199); }
td.TdClassName
{
border-color: #C978C7;
}
.TagClassName
{
border-color: #C978C7;
}
</style>