Shades of Medium Orchid #C73BFF
Tints of Medium Orchid #C73BFF
RGB
CMYK
RGB Variations
Color information
#C73BFF (or 0xC73BFF) is known color: Medium Orchid. HEX triplet: C7, 3B and FF. RGB value is (199,59,255). Sum of RGB (Red+Green+Blue) = 199+59+255=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 59 (23.44% from 255 or 11.50% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #C73BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73BFF is #38C400. Grayscale: #7A7A7A. Windows color (decimal): -3720193 or 16726983. OLE color: 16726983.
HSL color Cylindrical-coordinate representation of color #C73BFF: hue angle of 282.86º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C73BFF is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 59 | 255 | - |
| CMYK | 0.22 | 0.77 | 0 | 0 |
| HSL | 282.86º | 1% | 0.62% | - |
| HSV(B) | 282.86º | 0.77% | 1% | - |
| XYZ | 43.17 | 22.49 | 96.67 | - |
| YUV | 123.2 | 202.38 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 255 | 0.22 | 0.77 | 0 | 0 | 282.86 | 1 | 0.62 |
| Hex | C7 | 3B | FF | 16 | 4D | 0 | 0 | 11B | 64 | 3E |
| Octal | 307 | 73 | 377 | 26 | 115 | 0 | 0 | 433 | 144 | 76 |
| Binary | 11000111 | 111011 | 11111111 | 10110 | 1001101 | 0 | 0 | 100011011 | 1100100 | 111110 |
Color Harmonies of #C73BFF
Complementary color
Monochromatic Colors of #C73BFF
Black with #C73BFF
Text Example
Text Example
White with #C73BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73BFF; }
p { color: rgb(199,59,255); }
H1.HeaderClassName
{
color: #C73BFF;
}
.AnyTagClassName
{
color: #C73BFF;
}
</style>
background-color css
<style>
a { background-color: #C73BFF; }
a { background-color: rgb(199,59,255); }
div.DivClassName
{
background-color: #C73BFF;
}
.BgClassName
{
background-color: #C73BFF;
}
</style>
border-color css
<style>
span { border-color: #C73BFF; }
span { border-color: rgb(199,59,255); }
td.TdClassName
{
border-color: #C73BFF;
}
.TagClassName
{
border-color: #C73BFF;
}
</style>