Shades of Orchid #C979BF
Tints of Orchid #C979BF
RGB
CMYK
RGB Variations
Color information
#C979BF (or 0xC979BF) is known color: Orchid. HEX triplet: C9, 79 and BF. RGB value is (201,121,191). Sum of RGB (Red+Green+Blue) = 201+121+191=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C979BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979BF is #368640. Grayscale: #989898. Windows color (decimal): -3573313 or 12548553. OLE color: 12548553.
HSL color Cylindrical-coordinate representation of color #C979BF: hue angle of 307.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 #C979BF is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 191 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.21 |
| HSL | 307.5º | 0.43% | 0.63% | - |
| HSV(B) | 307.5º | 0.4% | 0.79% | - |
| XYZ | 40.33 | 29.85 | 52.93 | - |
| YUV | 152.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 191 | 0 | 0.40 | 0.05 | 0.21 | 307.5 | 0.43 | 0.63 |
| Hex | C9 | 79 | BF | 0 | 28 | 5 | 15 | 134 | 2B | 3F |
| Octal | 311 | 171 | 277 | 0 | 50 | 5 | 25 | 464 | 53 | 77 |
| Binary | 11001001 | 1111001 | 10111111 | 0 | 101000 | 101 | 10101 | 100110100 | 101011 | 111111 |
Color Harmonies of #C979BF
Complementary color
Monochromatic Colors of #C979BF
Black with #C979BF
Text Example
Text Example
White with #C979BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C979BF; }
p { color: rgb(201,121,191); }
H1.HeaderClassName
{
color: #C979BF;
}
.AnyTagClassName
{
color: #C979BF;
}
</style>
background-color css
<style>
a { background-color: #C979BF; }
a { background-color: rgb(201,121,191); }
div.DivClassName
{
background-color: #C979BF;
}
.BgClassName
{
background-color: #C979BF;
}
</style>
border-color css
<style>
span { border-color: #C979BF; }
span { border-color: rgb(201,121,191); }
td.TdClassName
{
border-color: #C979BF;
}
.TagClassName
{
border-color: #C979BF;
}
</style>