Shades of Medium Orchid #C043E4
Tints of Medium Orchid #C043E4
RGB
CMYK
RGB Variations
Color information
#C043E4 (or 0xC043E4) is known color: Medium Orchid. HEX triplet: C0, 43 and E4. RGB value is (192,67,228). Sum of RGB (Red+Green+Blue) = 192+67+228=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 67 (26.56% from 255 or 13.76% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 228 - color contains mainly: blue. Hex color #C043E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043E4 is #3FBC1B. Grayscale: #7A7A7A. Windows color (decimal): -4176924 or 14959552. OLE color: 14959552.
HSL color Cylindrical-coordinate representation of color #C043E4: hue angle of 286.58º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C043E4 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 67 | 228 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.11 |
| HSL | 286.58º | 0.75% | 0.58% | - |
| HSV(B) | 286.58º | 0.71% | 0.89% | - |
| XYZ | 37.75 | 20.82 | 75.43 | - |
| YUV | 122.73 | 187.41 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 228 | 0.16 | 0.71 | 0 | 0.11 | 286.58 | 0.75 | 0.58 |
| Hex | C0 | 43 | E4 | 10 | 47 | 0 | B | 11F | 4B | 3A |
| Octal | 300 | 103 | 344 | 20 | 107 | 0 | 13 | 437 | 113 | 72 |
| Binary | 11000000 | 1000011 | 11100100 | 10000 | 1000111 | 0 | 1011 | 100011111 | 1001011 | 111010 |
Color Harmonies of #C043E4
Complementary color
Monochromatic Colors of #C043E4
Black with #C043E4
Text Example
Text Example
White with #C043E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043E4; }
p { color: rgb(192,67,228); }
H1.HeaderClassName
{
color: #C043E4;
}
.AnyTagClassName
{
color: #C043E4;
}
</style>
background-color css
<style>
a { background-color: #C043E4; }
a { background-color: rgb(192,67,228); }
div.DivClassName
{
background-color: #C043E4;
}
.BgClassName
{
background-color: #C043E4;
}
</style>
border-color css
<style>
span { border-color: #C043E4; }
span { border-color: rgb(192,67,228); }
td.TdClassName
{
border-color: #C043E4;
}
.TagClassName
{
border-color: #C043E4;
}
</style>