Shades of Medium Orchid #C743F8
Tints of Medium Orchid #C743F8
RGB
CMYK
RGB Variations
Color information
#C743F8 (or 0xC743F8) is known color: Medium Orchid. HEX triplet: C7, 43 and F8. RGB value is (199,67,248). Sum of RGB (Red+Green+Blue) = 199+67+248=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 67 (26.56% from 255 or 13.04% from 514); Blue value is 248 (97.27% from 255 or 48.25% from 514); Max value from RGB is 248 - color contains mainly: blue. Hex color #C743F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C743F8 is #38BC07. Grayscale: #7E7E7E. Windows color (decimal): -3718152 or 16270279. OLE color: 16270279.
HSL color Cylindrical-coordinate representation of color #C743F8: hue angle of 283.76º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C743F8 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 67 | 248 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.03 |
| HSL | 283.76º | 0.93% | 0.62% | - |
| HSV(B) | 283.76º | 0.73% | 0.97% | - |
| XYZ | 42.5 | 22.93 | 90.99 | - |
| YUV | 127.1 | 196.23 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 248 | 0.20 | 0.73 | 0 | 0.03 | 283.76 | 0.93 | 0.62 |
| Hex | C7 | 43 | F8 | 14 | 49 | 0 | 3 | 11C | 5D | 3E |
| Octal | 307 | 103 | 370 | 24 | 111 | 0 | 3 | 434 | 135 | 76 |
| Binary | 11000111 | 1000011 | 11111000 | 10100 | 1001001 | 0 | 11 | 100011100 | 1011101 | 111110 |
Color Harmonies of #C743F8
Complementary color
Monochromatic Colors of #C743F8
Black with #C743F8
Text Example
Text Example
White with #C743F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C743F8; }
p { color: rgb(199,67,248); }
H1.HeaderClassName
{
color: #C743F8;
}
.AnyTagClassName
{
color: #C743F8;
}
</style>
background-color css
<style>
a { background-color: #C743F8; }
a { background-color: rgb(199,67,248); }
div.DivClassName
{
background-color: #C743F8;
}
.BgClassName
{
background-color: #C743F8;
}
</style>
border-color css
<style>
span { border-color: #C743F8; }
span { border-color: rgb(199,67,248); }
td.TdClassName
{
border-color: #C743F8;
}
.TagClassName
{
border-color: #C743F8;
}
</style>