Shades of Medium Orchid #C73CFC
Tints of Medium Orchid #C73CFC
RGB
CMYK
RGB Variations
Color information
#C73CFC (or 0xC73CFC) is known color: Medium Orchid. HEX triplet: C7, 3C and FC. RGB value is (199,60,252). Sum of RGB (Red+Green+Blue) = 199+60+252=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 60 (23.83% from 255 or 11.74% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #C73CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73CFC is #38C303. Grayscale: #7A7A7A. Windows color (decimal): -3719940 or 16530631. OLE color: 16530631.
HSL color Cylindrical-coordinate representation of color #C73CFC: hue angle of 283.44º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73CFC is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 60 | 252 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.01 |
| HSL | 283.44º | 0.97% | 0.61% | - |
| HSV(B) | 283.44º | 0.76% | 0.99% | - |
| XYZ | 42.74 | 22.4 | 94.17 | - |
| YUV | 123.45 | 200.55 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 252 | 0.21 | 0.76 | 0 | 0.01 | 283.44 | 0.97 | 0.61 |
| Hex | C7 | 3C | FC | 15 | 4C | 0 | 1 | 11B | 61 | 3D |
| Octal | 307 | 74 | 374 | 25 | 114 | 0 | 1 | 433 | 141 | 75 |
| Binary | 11000111 | 111100 | 11111100 | 10101 | 1001100 | 0 | 1 | 100011011 | 1100001 | 111101 |
Color Harmonies of #C73CFC
Complementary color
Monochromatic Colors of #C73CFC
Black with #C73CFC
Text Example
Text Example
White with #C73CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73CFC; }
p { color: rgb(199,60,252); }
H1.HeaderClassName
{
color: #C73CFC;
}
.AnyTagClassName
{
color: #C73CFC;
}
</style>
background-color css
<style>
a { background-color: #C73CFC; }
a { background-color: rgb(199,60,252); }
div.DivClassName
{
background-color: #C73CFC;
}
.BgClassName
{
background-color: #C73CFC;
}
</style>
border-color css
<style>
span { border-color: #C73CFC; }
span { border-color: rgb(199,60,252); }
td.TdClassName
{
border-color: #C73CFC;
}
.TagClassName
{
border-color: #C73CFC;
}
</style>