Shades of Medium Orchid #C73CFA
Tints of Medium Orchid #C73CFA
RGB
CMYK
RGB Variations
Color information
#C73CFA (or 0xC73CFA) is known color: Medium Orchid. HEX triplet: C7, 3C and FA. RGB value is (199,60,250). Sum of RGB (Red+Green+Blue) = 199+60+250=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 60 (23.83% from 255 or 11.79% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #C73CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73CFA is #38C305. Grayscale: #7A7A7A. Windows color (decimal): -3719942 or 16399559. OLE color: 16399559.
HSL color Cylindrical-coordinate representation of color #C73CFA: hue angle of 283.89º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73CFA is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 60 | 250 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.02 |
| HSL | 283.89º | 0.95% | 0.61% | - |
| HSV(B) | 283.89º | 0.76% | 0.98% | - |
| XYZ | 42.42 | 22.28 | 92.51 | - |
| YUV | 123.22 | 199.55 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 250 | 0.20 | 0.76 | 0 | 0.02 | 283.89 | 0.95 | 0.61 |
| Hex | C7 | 3C | FA | 14 | 4C | 0 | 2 | 11C | 5F | 3D |
| Octal | 307 | 74 | 372 | 24 | 114 | 0 | 2 | 434 | 137 | 75 |
| Binary | 11000111 | 111100 | 11111010 | 10100 | 1001100 | 0 | 10 | 100011100 | 1011111 | 111101 |
Color Harmonies of #C73CFA
Complementary color
Monochromatic Colors of #C73CFA
Black with #C73CFA
Text Example
Text Example
White with #C73CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73CFA; }
p { color: rgb(199,60,250); }
H1.HeaderClassName
{
color: #C73CFA;
}
.AnyTagClassName
{
color: #C73CFA;
}
</style>
background-color css
<style>
a { background-color: #C73CFA; }
a { background-color: rgb(199,60,250); }
div.DivClassName
{
background-color: #C73CFA;
}
.BgClassName
{
background-color: #C73CFA;
}
</style>
border-color css
<style>
span { border-color: #C73CFA; }
span { border-color: rgb(199,60,250); }
td.TdClassName
{
border-color: #C73CFA;
}
.TagClassName
{
border-color: #C73CFA;
}
</style>