Shades of Orchid #C979C7
Tints of Orchid #C979C7
RGB
CMYK
RGB Variations
Color information
#C979C7 (or 0xC979C7) is known color: Orchid. HEX triplet: C9, 79 and C7. RGB value is (201,121,199). Sum of RGB (Red+Green+Blue) = 201+121+199=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C979C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979C7 is #368638. Grayscale: #999999. Windows color (decimal): -3573305 or 13072841. OLE color: 13072841.
HSL color Cylindrical-coordinate representation of color #C979C7: hue angle of 301.5º 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 #C979C7 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 199 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.21 |
| HSL | 301.5º | 0.43% | 0.63% | - |
| HSV(B) | 301.5º | 0.4% | 0.79% | - |
| XYZ | 41.23 | 30.22 | 57.69 | - |
| YUV | 153.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 199 | 0 | 0.40 | 0.01 | 0.21 | 301.5 | 0.43 | 0.63 |
| Hex | C9 | 79 | C7 | 0 | 28 | 1 | 15 | 12E | 2B | 3F |
| Octal | 311 | 171 | 307 | 0 | 50 | 1 | 25 | 456 | 53 | 77 |
| Binary | 11001001 | 1111001 | 11000111 | 0 | 101000 | 1 | 10101 | 100101110 | 101011 | 111111 |
Color Harmonies of #C979C7
Complementary color
Monochromatic Colors of #C979C7
Black with #C979C7
Text Example
Text Example
White with #C979C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C979C7; }
p { color: rgb(201,121,199); }
H1.HeaderClassName
{
color: #C979C7;
}
.AnyTagClassName
{
color: #C979C7;
}
</style>
background-color css
<style>
a { background-color: #C979C7; }
a { background-color: rgb(201,121,199); }
div.DivClassName
{
background-color: #C979C7;
}
.BgClassName
{
background-color: #C979C7;
}
</style>
border-color css
<style>
span { border-color: #C979C7; }
span { border-color: rgb(201,121,199); }
td.TdClassName
{
border-color: #C979C7;
}
.TagClassName
{
border-color: #C979C7;
}
</style>