Shades of Orchid #C973C1
Tints of Orchid #C973C1
RGB
CMYK
RGB Variations
Color information
#C973C1 (or 0xC973C1) is known color: Orchid. HEX triplet: C9, 73 and C1. RGB value is (201,115,193). Sum of RGB (Red+Green+Blue) = 201+115+193=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C973C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973C1 is #368C3E. Grayscale: #959595. Windows color (decimal): -3574847 or 12678089. OLE color: 12678089.
HSL color Cylindrical-coordinate representation of color #C973C1: hue angle of 305.58º 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 #C973C1 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 193 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.21 |
| HSL | 305.58º | 0.44% | 0.62% | - |
| HSV(B) | 305.58º | 0.43% | 0.79% | - |
| XYZ | 39.84 | 28.53 | 53.86 | - |
| YUV | 149.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 193 | 0 | 0.43 | 0.04 | 0.21 | 305.58 | 0.44 | 0.62 |
| Hex | C9 | 73 | C1 | 0 | 2B | 4 | 15 | 132 | 2C | 3E |
| Octal | 311 | 163 | 301 | 0 | 53 | 4 | 25 | 462 | 54 | 76 |
| Binary | 11001001 | 1110011 | 11000001 | 0 | 101011 | 100 | 10101 | 100110010 | 101100 | 111110 |
Color Harmonies of #C973C1
Complementary color
Monochromatic Colors of #C973C1
Black with #C973C1
Text Example
Text Example
White with #C973C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C973C1; }
p { color: rgb(201,115,193); }
H1.HeaderClassName
{
color: #C973C1;
}
.AnyTagClassName
{
color: #C973C1;
}
</style>
background-color css
<style>
a { background-color: #C973C1; }
a { background-color: rgb(201,115,193); }
div.DivClassName
{
background-color: #C973C1;
}
.BgClassName
{
background-color: #C973C1;
}
</style>
border-color css
<style>
span { border-color: #C973C1; }
span { border-color: rgb(201,115,193); }
td.TdClassName
{
border-color: #C973C1;
}
.TagClassName
{
border-color: #C973C1;
}
</style>