Shades of Medium Orchid #C043F6
Tints of Medium Orchid #C043F6
RGB
CMYK
RGB Variations
Color information
#C043F6 (or 0xC043F6) is known color: Medium Orchid. HEX triplet: C0, 43 and F6. RGB value is (192,67,246). Sum of RGB (Red+Green+Blue) = 192+67+246=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 67 (26.56% from 255 or 13.27% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #C043F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C043F6 is #3FBC09. Grayscale: #7C7C7C. Windows color (decimal): -4176906 or 16139200. OLE color: 16139200.
HSL color Cylindrical-coordinate representation of color #C043F6: hue angle of 281.9º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C043F6 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 67 | 246 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.04 |
| HSL | 281.9º | 0.91% | 0.61% | - |
| HSV(B) | 281.9º | 0.73% | 0.96% | - |
| XYZ | 40.38 | 21.87 | 89.28 | - |
| YUV | 124.78 | 196.41 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 246 | 0.22 | 0.73 | 0 | 0.04 | 281.9 | 0.91 | 0.61 |
| Hex | C0 | 43 | F6 | 16 | 49 | 0 | 4 | 11A | 5B | 3D |
| Octal | 300 | 103 | 366 | 26 | 111 | 0 | 4 | 432 | 133 | 75 |
| Binary | 11000000 | 1000011 | 11110110 | 10110 | 1001001 | 0 | 100 | 100011010 | 1011011 | 111101 |
Color Harmonies of #C043F6
Complementary color
Monochromatic Colors of #C043F6
Black with #C043F6
Text Example
Text Example
White with #C043F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043F6; }
p { color: rgb(192,67,246); }
H1.HeaderClassName
{
color: #C043F6;
}
.AnyTagClassName
{
color: #C043F6;
}
</style>
background-color css
<style>
a { background-color: #C043F6; }
a { background-color: rgb(192,67,246); }
div.DivClassName
{
background-color: #C043F6;
}
.BgClassName
{
background-color: #C043F6;
}
</style>
border-color css
<style>
span { border-color: #C043F6; }
span { border-color: rgb(192,67,246); }
td.TdClassName
{
border-color: #C043F6;
}
.TagClassName
{
border-color: #C043F6;
}
</style>