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