Shades of Orchid #C979BE
Tints of Orchid #C979BE
RGB
CMYK
RGB Variations
Color information
#C979BE (or 0xC979BE) is known color: Orchid. HEX triplet: C9, 79 and BE. RGB value is (201,121,190). Sum of RGB (Red+Green+Blue) = 201+121+190=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C979BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979BE is #368641. Grayscale: #989898. Windows color (decimal): -3573314 or 12483017. OLE color: 12483017.
HSL color Cylindrical-coordinate representation of color #C979BE: hue angle of 308.25º 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 #C979BE is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 190 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.21 |
| HSL | 308.25º | 0.43% | 0.63% | - |
| HSV(B) | 308.25º | 0.4% | 0.79% | - |
| XYZ | 40.22 | 29.81 | 52.35 | - |
| YUV | 152.79 | 149 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 190 | 0 | 0.40 | 0.05 | 0.21 | 308.25 | 0.43 | 0.63 |
| Hex | C9 | 79 | BE | 0 | 28 | 5 | 15 | 134 | 2B | 3F |
| Octal | 311 | 171 | 276 | 0 | 50 | 5 | 25 | 464 | 53 | 77 |
| Binary | 11001001 | 1111001 | 10111110 | 0 | 101000 | 101 | 10101 | 100110100 | 101011 | 111111 |
Color Harmonies of #C979BE
Complementary color
Monochromatic Colors of #C979BE
Black with #C979BE
Text Example
Text Example
White with #C979BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C979BE; }
p { color: rgb(201,121,190); }
H1.HeaderClassName
{
color: #C979BE;
}
.AnyTagClassName
{
color: #C979BE;
}
</style>
background-color css
<style>
a { background-color: #C979BE; }
a { background-color: rgb(201,121,190); }
div.DivClassName
{
background-color: #C979BE;
}
.BgClassName
{
background-color: #C979BE;
}
</style>
border-color css
<style>
span { border-color: #C979BE; }
span { border-color: rgb(201,121,190); }
td.TdClassName
{
border-color: #C979BE;
}
.TagClassName
{
border-color: #C979BE;
}
</style>