Shades of Orchid #C973C9
Tints of Orchid #C973C9
RGB
CMYK
RGB Variations
Color information
#C973C9 (or 0xC973C9) is known color: Orchid. HEX triplet: C9, 73 and C9. RGB value is (201,115,201). Sum of RGB (Red+Green+Blue) = 201+115+201=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: red, blue. Hex color #C973C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973C9 is #368C36. Grayscale: #969696. Windows color (decimal): -3574839 or 13202377. OLE color: 13202377.
HSL color Cylindrical-coordinate representation of color #C973C9: hue angle of 300º 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 #C973C9 is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 201 | - |
| CMYK | 0 | 0.43 | 0 | 0.21 |
| HSL | 300º | 0.44% | 0.62% | - |
| HSV(B) | 300º | 0.43% | 0.79% | - |
| XYZ | 40.76 | 28.9 | 58.69 | - |
| YUV | 150.52 | 156.49 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 201 | 0 | 0.43 | 0 | 0.21 | 300 | 0.44 | 0.62 |
| Hex | C9 | 73 | C9 | 0 | 2B | 0 | 15 | 12C | 2C | 3E |
| Octal | 311 | 163 | 311 | 0 | 53 | 0 | 25 | 454 | 54 | 76 |
| Binary | 11001001 | 1110011 | 11001001 | 0 | 101011 | 0 | 10101 | 100101100 | 101100 | 111110 |
Color Harmonies of #C973C9
Complementary color
Monochromatic Colors of #C973C9
Black with #C973C9
Text Example
Text Example
White with #C973C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C973C9; }
p { color: rgb(201,115,201); }
H1.HeaderClassName
{
color: #C973C9;
}
.AnyTagClassName
{
color: #C973C9;
}
</style>
background-color css
<style>
a { background-color: #C973C9; }
a { background-color: rgb(201,115,201); }
div.DivClassName
{
background-color: #C973C9;
}
.BgClassName
{
background-color: #C973C9;
}
</style>
border-color css
<style>
span { border-color: #C973C9; }
span { border-color: rgb(201,115,201); }
td.TdClassName
{
border-color: #C973C9;
}
.TagClassName
{
border-color: #C973C9;
}
</style>