Shades of Orchid #C978C6
Tints of Orchid #C978C6
RGB
CMYK
RGB Variations
Color information
#C978C6 (or 0xC978C6) is known color: Orchid. HEX triplet: C9, 78 and C6. RGB value is (201,120,198). Sum of RGB (Red+Green+Blue) = 201+120+198=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C978C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978C6 is #368739. Grayscale: #989898. Windows color (decimal): -3573562 or 13007049. OLE color: 13007049.
HSL color Cylindrical-coordinate representation of color #C978C6: hue angle of 302.22º 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 #C978C6 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 198 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.21 |
| HSL | 302.22º | 0.43% | 0.63% | - |
| HSV(B) | 302.22º | 0.4% | 0.79% | - |
| XYZ | 41 | 29.93 | 57.04 | - |
| YUV | 153.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 198 | 0 | 0.40 | 0.01 | 0.21 | 302.22 | 0.43 | 0.63 |
| Hex | C9 | 78 | C6 | 0 | 28 | 1 | 15 | 12E | 2B | 3F |
| Octal | 311 | 170 | 306 | 0 | 50 | 1 | 25 | 456 | 53 | 77 |
| Binary | 11001001 | 1111000 | 11000110 | 0 | 101000 | 1 | 10101 | 100101110 | 101011 | 111111 |
Color Harmonies of #C978C6
Complementary color
Monochromatic Colors of #C978C6
Black with #C978C6
Text Example
Text Example
White with #C978C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978C6; }
p { color: rgb(201,120,198); }
H1.HeaderClassName
{
color: #C978C6;
}
.AnyTagClassName
{
color: #C978C6;
}
</style>
background-color css
<style>
a { background-color: #C978C6; }
a { background-color: rgb(201,120,198); }
div.DivClassName
{
background-color: #C978C6;
}
.BgClassName
{
background-color: #C978C6;
}
</style>
border-color css
<style>
span { border-color: #C978C6; }
span { border-color: rgb(201,120,198); }
td.TdClassName
{
border-color: #C978C6;
}
.TagClassName
{
border-color: #C978C6;
}
</style>