Shades of Medium Orchid #C043EF
Tints of Medium Orchid #C043EF
RGB
CMYK
RGB Variations
Color information
#C043EF (or 0xC043EF) is known color: Medium Orchid. HEX triplet: C0, 43 and EF. RGB value is (192,67,239). Sum of RGB (Red+Green+Blue) = 192+67+239=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 67 (26.56% from 255 or 13.45% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #C043EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C043EF is #3FBC10. Grayscale: #7B7B7B. Windows color (decimal): -4176913 or 15680448. OLE color: 15680448.
HSL color Cylindrical-coordinate representation of color #C043EF: hue angle of 283.6º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C043EF is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 67 | 239 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.06 |
| HSL | 283.6º | 0.84% | 0.6% | - |
| HSV(B) | 283.6º | 0.72% | 0.94% | - |
| XYZ | 39.33 | 21.45 | 83.73 | - |
| YUV | 123.98 | 192.91 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 239 | 0.20 | 0.72 | 0 | 0.06 | 283.6 | 0.84 | 0.6 |
| Hex | C0 | 43 | EF | 14 | 48 | 0 | 6 | 11C | 54 | 3C |
| Octal | 300 | 103 | 357 | 24 | 110 | 0 | 6 | 434 | 124 | 74 |
| Binary | 11000000 | 1000011 | 11101111 | 10100 | 1001000 | 0 | 110 | 100011100 | 1010100 | 111100 |
Color Harmonies of #C043EF
Complementary color
Monochromatic Colors of #C043EF
Black with #C043EF
Text Example
Text Example
White with #C043EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043EF; }
p { color: rgb(192,67,239); }
H1.HeaderClassName
{
color: #C043EF;
}
.AnyTagClassName
{
color: #C043EF;
}
</style>
background-color css
<style>
a { background-color: #C043EF; }
a { background-color: rgb(192,67,239); }
div.DivClassName
{
background-color: #C043EF;
}
.BgClassName
{
background-color: #C043EF;
}
</style>
border-color css
<style>
span { border-color: #C043EF; }
span { border-color: rgb(192,67,239); }
td.TdClassName
{
border-color: #C043EF;
}
.TagClassName
{
border-color: #C043EF;
}
</style>