Shades of Medium Orchid #C73BFA
Tints of Medium Orchid #C73BFA
RGB
CMYK
RGB Variations
Color information
#C73BFA (or 0xC73BFA) is known color: Medium Orchid. HEX triplet: C7, 3B and FA. RGB value is (199,59,250). Sum of RGB (Red+Green+Blue) = 199+59+250=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 59 (23.44% from 255 or 11.61% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #C73BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73BFA is #38C405. Grayscale: #7A7A7A. Windows color (decimal): -3720198 or 16399303. OLE color: 16399303.
HSL color Cylindrical-coordinate representation of color #C73BFA: hue angle of 283.98º 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 #C73BFA is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 59 | 250 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.02 |
| HSL | 283.98º | 0.95% | 0.61% | - |
| HSV(B) | 283.98º | 0.76% | 0.98% | - |
| XYZ | 42.37 | 22.17 | 92.49 | - |
| YUV | 122.63 | 199.88 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 250 | 0.20 | 0.76 | 0 | 0.02 | 283.98 | 0.95 | 0.61 |
| Hex | C7 | 3B | FA | 14 | 4C | 0 | 2 | 11C | 5F | 3D |
| Octal | 307 | 73 | 372 | 24 | 114 | 0 | 2 | 434 | 137 | 75 |
| Binary | 11000111 | 111011 | 11111010 | 10100 | 1001100 | 0 | 10 | 100011100 | 1011111 | 111101 |
Color Harmonies of #C73BFA
Complementary color
Monochromatic Colors of #C73BFA
Black with #C73BFA
Text Example
Text Example
White with #C73BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73BFA; }
p { color: rgb(199,59,250); }
H1.HeaderClassName
{
color: #C73BFA;
}
.AnyTagClassName
{
color: #C73BFA;
}
</style>
background-color css
<style>
a { background-color: #C73BFA; }
a { background-color: rgb(199,59,250); }
div.DivClassName
{
background-color: #C73BFA;
}
.BgClassName
{
background-color: #C73BFA;
}
</style>
border-color css
<style>
span { border-color: #C73BFA; }
span { border-color: rgb(199,59,250); }
td.TdClassName
{
border-color: #C73BFA;
}
.TagClassName
{
border-color: #C73BFA;
}
</style>