Shades of Medium Orchid #C043EA
Tints of Medium Orchid #C043EA
RGB
CMYK
RGB Variations
Color information
#C043EA (or 0xC043EA) is known color: Medium Orchid. HEX triplet: C0, 43 and EA. RGB value is (192,67,234). Sum of RGB (Red+Green+Blue) = 192+67+234=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 67 (26.56% from 255 or 13.59% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #C043EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C043EA is #3FBC15. Grayscale: #7A7A7A. Windows color (decimal): -4176918 or 15352768. OLE color: 15352768.
HSL color Cylindrical-coordinate representation of color #C043EA: hue angle of 284.91º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C043EA is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 67 | 234 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.08 |
| HSL | 284.91º | 0.8% | 0.59% | - |
| HSV(B) | 284.91º | 0.71% | 0.92% | - |
| XYZ | 38.6 | 21.16 | 79.89 | - |
| YUV | 123.41 | 190.41 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 234 | 0.18 | 0.71 | 0 | 0.08 | 284.91 | 0.8 | 0.59 |
| Hex | C0 | 43 | EA | 12 | 47 | 0 | 8 | 11D | 50 | 3B |
| Octal | 300 | 103 | 352 | 22 | 107 | 0 | 10 | 435 | 120 | 73 |
| Binary | 11000000 | 1000011 | 11101010 | 10010 | 1000111 | 0 | 1000 | 100011101 | 1010000 | 111011 |
Color Harmonies of #C043EA
Complementary color
Monochromatic Colors of #C043EA
Black with #C043EA
Text Example
Text Example
White with #C043EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043EA; }
p { color: rgb(192,67,234); }
H1.HeaderClassName
{
color: #C043EA;
}
.AnyTagClassName
{
color: #C043EA;
}
</style>
background-color css
<style>
a { background-color: #C043EA; }
a { background-color: rgb(192,67,234); }
div.DivClassName
{
background-color: #C043EA;
}
.BgClassName
{
background-color: #C043EA;
}
</style>
border-color css
<style>
span { border-color: #C043EA; }
span { border-color: rgb(192,67,234); }
td.TdClassName
{
border-color: #C043EA;
}
.TagClassName
{
border-color: #C043EA;
}
</style>