Shades of Medium Orchid #C73EFC
Tints of Medium Orchid #C73EFC
RGB
CMYK
RGB Variations
Color information
#C73EFC (or 0xC73EFC) is known color: Medium Orchid. HEX triplet: C7, 3E and FC. RGB value is (199,62,252). Sum of RGB (Red+Green+Blue) = 199+62+252=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 62 (24.61% from 255 or 12.09% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #C73EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73EFC is #38C103. Grayscale: #7C7C7C. Windows color (decimal): -3719428 or 16531143. OLE color: 16531143.
HSL color Cylindrical-coordinate representation of color #C73EFC: hue angle of 283.26º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73EFC is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 62 | 252 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.01 |
| HSL | 283.26º | 0.97% | 0.62% | - |
| HSV(B) | 283.26º | 0.75% | 0.99% | - |
| XYZ | 42.85 | 22.62 | 94.2 | - |
| YUV | 124.62 | 199.89 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 62 | 252 | 0.21 | 0.75 | 0 | 0.01 | 283.26 | 0.97 | 0.62 |
| Hex | C7 | 3E | FC | 15 | 4B | 0 | 1 | 11B | 61 | 3E |
| Octal | 307 | 76 | 374 | 25 | 113 | 0 | 1 | 433 | 141 | 76 |
| Binary | 11000111 | 111110 | 11111100 | 10101 | 1001011 | 0 | 1 | 100011011 | 1100001 | 111110 |
Color Harmonies of #C73EFC
Complementary color
Monochromatic Colors of #C73EFC
Black with #C73EFC
Text Example
Text Example
White with #C73EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73EFC; }
p { color: rgb(199,62,252); }
H1.HeaderClassName
{
color: #C73EFC;
}
.AnyTagClassName
{
color: #C73EFC;
}
</style>
background-color css
<style>
a { background-color: #C73EFC; }
a { background-color: rgb(199,62,252); }
div.DivClassName
{
background-color: #C73EFC;
}
.BgClassName
{
background-color: #C73EFC;
}
</style>
border-color css
<style>
span { border-color: #C73EFC; }
span { border-color: rgb(199,62,252); }
td.TdClassName
{
border-color: #C73EFC;
}
.TagClassName
{
border-color: #C73EFC;
}
</style>