Shades of Orchid #C973BA
Tints of Orchid #C973BA
RGB
CMYK
RGB Variations
Color information
#C973BA (or 0xC973BA) is known color: Orchid. HEX triplet: C9, 73 and BA. RGB value is (201,115,186). Sum of RGB (Red+Green+Blue) = 201+115+186=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C973BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973BA is #368C45. Grayscale: #949494. Windows color (decimal): -3574854 or 12219337. OLE color: 12219337.
HSL color Cylindrical-coordinate representation of color #C973BA: hue angle of 310.47º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C973BA is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 186 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.21 |
| HSL | 310.47º | 0.44% | 0.62% | - |
| HSV(B) | 310.47º | 0.43% | 0.79% | - |
| XYZ | 39.08 | 28.22 | 49.84 | - |
| YUV | 148.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 186 | 0 | 0.43 | 0.07 | 0.21 | 310.47 | 0.44 | 0.62 |
| Hex | C9 | 73 | BA | 0 | 2B | 7 | 15 | 136 | 2C | 3E |
| Octal | 311 | 163 | 272 | 0 | 53 | 7 | 25 | 466 | 54 | 76 |
| Binary | 11001001 | 1110011 | 10111010 | 0 | 101011 | 111 | 10101 | 100110110 | 101100 | 111110 |
Color Harmonies of #C973BA
Complementary color
Monochromatic Colors of #C973BA
Black with #C973BA
Text Example
Text Example
White with #C973BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C973BA; }
p { color: rgb(201,115,186); }
H1.HeaderClassName
{
color: #C973BA;
}
.AnyTagClassName
{
color: #C973BA;
}
</style>
background-color css
<style>
a { background-color: #C973BA; }
a { background-color: rgb(201,115,186); }
div.DivClassName
{
background-color: #C973BA;
}
.BgClassName
{
background-color: #C973BA;
}
</style>
border-color css
<style>
span { border-color: #C973BA; }
span { border-color: rgb(201,115,186); }
td.TdClassName
{
border-color: #C973BA;
}
.TagClassName
{
border-color: #C973BA;
}
</style>