Shades of Medium Orchid #C043FF
Tints of Medium Orchid #C043FF
RGB
CMYK
RGB Variations
Color information
#C043FF (or 0xC043FF) is known color: Medium Orchid. HEX triplet: C0, 43 and FF. RGB value is (192,67,255). Sum of RGB (Red+Green+Blue) = 192+67+255=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 67 (26.56% from 255 or 13.04% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #C043FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C043FF is #3FBC00. Grayscale: #7D7D7D. Windows color (decimal): -4176897 or 16729024. OLE color: 16729024.
HSL color Cylindrical-coordinate representation of color #C043FF: hue angle of 279.89º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C043FF is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 67 | 255 | - |
| CMYK | 0.25 | 0.74 | 0 | 0 |
| HSL | 279.89º | 1% | 0.63% | - |
| HSV(B) | 279.89º | 0.74% | 1% | - |
| XYZ | 41.8 | 22.44 | 96.74 | - |
| YUV | 125.81 | 200.91 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 255 | 0.25 | 0.74 | 0 | 0 | 279.89 | 1 | 0.63 |
| Hex | C0 | 43 | FF | 19 | 4A | 0 | 0 | 118 | 64 | 3F |
| Octal | 300 | 103 | 377 | 31 | 112 | 0 | 0 | 430 | 144 | 77 |
| Binary | 11000000 | 1000011 | 11111111 | 11001 | 1001010 | 0 | 0 | 100011000 | 1100100 | 111111 |
Color Harmonies of #C043FF
Complementary color
Monochromatic Colors of #C043FF
Black with #C043FF
Text Example
Text Example
White with #C043FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043FF; }
p { color: rgb(192,67,255); }
H1.HeaderClassName
{
color: #C043FF;
}
.AnyTagClassName
{
color: #C043FF;
}
</style>
background-color css
<style>
a { background-color: #C043FF; }
a { background-color: rgb(192,67,255); }
div.DivClassName
{
background-color: #C043FF;
}
.BgClassName
{
background-color: #C043FF;
}
</style>
border-color css
<style>
span { border-color: #C043FF; }
span { border-color: rgb(192,67,255); }
td.TdClassName
{
border-color: #C043FF;
}
.TagClassName
{
border-color: #C043FF;
}
</style>