Shades of Medium Orchid #C73BFC
Tints of Medium Orchid #C73BFC
RGB
CMYK
RGB Variations
Color information
#C73BFC (or 0xC73BFC) is known color: Medium Orchid. HEX triplet: C7, 3B and FC. RGB value is (199,59,252). Sum of RGB (Red+Green+Blue) = 199+59+252=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 59 (23.44% from 255 or 11.57% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #C73BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73BFC is #38C403. Grayscale: #7A7A7A. Windows color (decimal): -3720196 or 16530375. OLE color: 16530375.
HSL color Cylindrical-coordinate representation of color #C73BFC: hue angle of 283.52º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C73BFC is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 59 | 252 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.01 |
| HSL | 283.52º | 0.97% | 0.61% | - |
| HSV(B) | 283.52º | 0.77% | 0.99% | - |
| XYZ | 42.69 | 22.3 | 94.15 | - |
| YUV | 122.86 | 200.88 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 252 | 0.21 | 0.77 | 0 | 0.01 | 283.52 | 0.97 | 0.61 |
| Hex | C7 | 3B | FC | 15 | 4D | 0 | 1 | 11C | 61 | 3D |
| Octal | 307 | 73 | 374 | 25 | 115 | 0 | 1 | 434 | 141 | 75 |
| Binary | 11000111 | 111011 | 11111100 | 10101 | 1001101 | 0 | 1 | 100011100 | 1100001 | 111101 |
Color Harmonies of #C73BFC
Complementary color
Monochromatic Colors of #C73BFC
Black with #C73BFC
Text Example
Text Example
White with #C73BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73BFC; }
p { color: rgb(199,59,252); }
H1.HeaderClassName
{
color: #C73BFC;
}
.AnyTagClassName
{
color: #C73BFC;
}
</style>
background-color css
<style>
a { background-color: #C73BFC; }
a { background-color: rgb(199,59,252); }
div.DivClassName
{
background-color: #C73BFC;
}
.BgClassName
{
background-color: #C73BFC;
}
</style>
border-color css
<style>
span { border-color: #C73BFC; }
span { border-color: rgb(199,59,252); }
td.TdClassName
{
border-color: #C73BFC;
}
.TagClassName
{
border-color: #C73BFC;
}
</style>