Shades of Orchid #C979B9
Tints of Orchid #C979B9
RGB
CMYK
RGB Variations
Color information
#C979B9 (or 0xC979B9) is known color: Orchid. HEX triplet: C9, 79 and B9. RGB value is (201,121,185). Sum of RGB (Red+Green+Blue) = 201+121+185=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C979B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979B9 is #368646. Grayscale: #989898. Windows color (decimal): -3573319 or 12155337. OLE color: 12155337.
HSL color Cylindrical-coordinate representation of color #C979B9: hue angle of 312º 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 #C979B9 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 185 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.21 |
| HSL | 312º | 0.43% | 0.63% | - |
| HSV(B) | 312º | 0.4% | 0.79% | - |
| XYZ | 39.68 | 29.6 | 49.52 | - |
| YUV | 152.22 | 146.5 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 185 | 0 | 0.40 | 0.08 | 0.21 | 312 | 0.43 | 0.63 |
| Hex | C9 | 79 | B9 | 0 | 28 | 8 | 15 | 138 | 2B | 3F |
| Octal | 311 | 171 | 271 | 0 | 50 | 10 | 25 | 470 | 53 | 77 |
| Binary | 11001001 | 1111001 | 10111001 | 0 | 101000 | 1000 | 10101 | 100111000 | 101011 | 111111 |
Color Harmonies of #C979B9
Complementary color
Monochromatic Colors of #C979B9
Black with #C979B9
Text Example
Text Example
White with #C979B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C979B9; }
p { color: rgb(201,121,185); }
H1.HeaderClassName
{
color: #C979B9;
}
.AnyTagClassName
{
color: #C979B9;
}
</style>
background-color css
<style>
a { background-color: #C979B9; }
a { background-color: rgb(201,121,185); }
div.DivClassName
{
background-color: #C979B9;
}
.BgClassName
{
background-color: #C979B9;
}
</style>
border-color css
<style>
span { border-color: #C979B9; }
span { border-color: rgb(201,121,185); }
td.TdClassName
{
border-color: #C979B9;
}
.TagClassName
{
border-color: #C979B9;
}
</style>