Shades of Orchid #C973BB
Tints of Orchid #C973BB
RGB
CMYK
RGB Variations
Color information
#C973BB (or 0xC973BB) is known color: Orchid. HEX triplet: C9, 73 and BB. RGB value is (201,115,187). Sum of RGB (Red+Green+Blue) = 201+115+187=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C973BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973BB is #368C44. Grayscale: #949494. Windows color (decimal): -3574853 or 12284873. OLE color: 12284873.
HSL color Cylindrical-coordinate representation of color #C973BB: hue angle of 309.77º 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 #C973BB is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 187 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.21 |
| HSL | 309.77º | 0.44% | 0.62% | - |
| HSV(B) | 309.77º | 0.43% | 0.79% | - |
| XYZ | 39.19 | 28.27 | 50.4 | - |
| YUV | 148.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 187 | 0 | 0.43 | 0.07 | 0.21 | 309.77 | 0.44 | 0.62 |
| Hex | C9 | 73 | BB | 0 | 2B | 7 | 15 | 136 | 2C | 3E |
| Octal | 311 | 163 | 273 | 0 | 53 | 7 | 25 | 466 | 54 | 76 |
| Binary | 11001001 | 1110011 | 10111011 | 0 | 101011 | 111 | 10101 | 100110110 | 101100 | 111110 |
Color Harmonies of #C973BB
Complementary color
Monochromatic Colors of #C973BB
Black with #C973BB
Text Example
Text Example
White with #C973BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C973BB; }
p { color: rgb(201,115,187); }
H1.HeaderClassName
{
color: #C973BB;
}
.AnyTagClassName
{
color: #C973BB;
}
</style>
background-color css
<style>
a { background-color: #C973BB; }
a { background-color: rgb(201,115,187); }
div.DivClassName
{
background-color: #C973BB;
}
.BgClassName
{
background-color: #C973BB;
}
</style>
border-color css
<style>
span { border-color: #C973BB; }
span { border-color: rgb(201,115,187); }
td.TdClassName
{
border-color: #C973BB;
}
.TagClassName
{
border-color: #C973BB;
}
</style>