Shades of Orchid #C979BB
Tints of Orchid #C979BB
RGB
CMYK
RGB Variations
Color information
#C979BB (or 0xC979BB) is known color: Orchid. HEX triplet: C9, 79 and BB. RGB value is (201,121,187). Sum of RGB (Red+Green+Blue) = 201+121+187=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C979BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979BB is #368644. Grayscale: #989898. Windows color (decimal): -3573317 or 12286409. OLE color: 12286409.
HSL color Cylindrical-coordinate representation of color #C979BB: hue angle of 310.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 #C979BB is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 187 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.21 |
| HSL | 310.5º | 0.43% | 0.63% | - |
| HSV(B) | 310.5º | 0.4% | 0.79% | - |
| XYZ | 39.89 | 29.68 | 50.64 | - |
| YUV | 152.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 187 | 0 | 0.40 | 0.07 | 0.21 | 310.5 | 0.43 | 0.63 |
| Hex | C9 | 79 | BB | 0 | 28 | 7 | 15 | 136 | 2B | 3F |
| Octal | 311 | 171 | 273 | 0 | 50 | 7 | 25 | 466 | 53 | 77 |
| Binary | 11001001 | 1111001 | 10111011 | 0 | 101000 | 111 | 10101 | 100110110 | 101011 | 111111 |
Color Harmonies of #C979BB
Complementary color
Monochromatic Colors of #C979BB
Black with #C979BB
Text Example
Text Example
White with #C979BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C979BB; }
p { color: rgb(201,121,187); }
H1.HeaderClassName
{
color: #C979BB;
}
.AnyTagClassName
{
color: #C979BB;
}
</style>
background-color css
<style>
a { background-color: #C979BB; }
a { background-color: rgb(201,121,187); }
div.DivClassName
{
background-color: #C979BB;
}
.BgClassName
{
background-color: #C979BB;
}
</style>
border-color css
<style>
span { border-color: #C979BB; }
span { border-color: rgb(201,121,187); }
td.TdClassName
{
border-color: #C979BB;
}
.TagClassName
{
border-color: #C979BB;
}
</style>