Shades of Orchid #C973C5
Tints of Orchid #C973C5
RGB
CMYK
RGB Variations
Color information
#C973C5 (or 0xC973C5) is known color: Orchid. HEX triplet: C9, 73 and C5. RGB value is (201,115,197). Sum of RGB (Red+Green+Blue) = 201+115+197=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C973C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973C5 is #368C3A. Grayscale: #959595. Windows color (decimal): -3574843 or 12940233. OLE color: 12940233.
HSL color Cylindrical-coordinate representation of color #C973C5: hue angle of 302.79º 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 #C973C5 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 197 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.21 |
| HSL | 302.79º | 0.44% | 0.62% | - |
| HSV(B) | 302.79º | 0.43% | 0.79% | - |
| XYZ | 40.3 | 28.71 | 56.24 | - |
| YUV | 150.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 197 | 0 | 0.43 | 0.02 | 0.21 | 302.79 | 0.44 | 0.62 |
| Hex | C9 | 73 | C5 | 0 | 2B | 2 | 15 | 12F | 2C | 3E |
| Octal | 311 | 163 | 305 | 0 | 53 | 2 | 25 | 457 | 54 | 76 |
| Binary | 11001001 | 1110011 | 11000101 | 0 | 101011 | 10 | 10101 | 100101111 | 101100 | 111110 |
Color Harmonies of #C973C5
Complementary color
Monochromatic Colors of #C973C5
Black with #C973C5
Text Example
Text Example
White with #C973C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C973C5; }
p { color: rgb(201,115,197); }
H1.HeaderClassName
{
color: #C973C5;
}
.AnyTagClassName
{
color: #C973C5;
}
</style>
background-color css
<style>
a { background-color: #C973C5; }
a { background-color: rgb(201,115,197); }
div.DivClassName
{
background-color: #C973C5;
}
.BgClassName
{
background-color: #C973C5;
}
</style>
border-color css
<style>
span { border-color: #C973C5; }
span { border-color: rgb(201,115,197); }
td.TdClassName
{
border-color: #C973C5;
}
.TagClassName
{
border-color: #C973C5;
}
</style>