Shades of Medium Orchid #C43AEA
Tints of Medium Orchid #C43AEA
RGB
CMYK
RGB Variations
Color information
#C43AEA (or 0xC43AEA) is known color: Medium Orchid. HEX triplet: C4, 3A and EA. RGB value is (196,58,234). Sum of RGB (Red+Green+Blue) = 196+58+234=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #C43AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43AEA is #3BC515. Grayscale: #767676. Windows color (decimal): -3917078 or 15350468. OLE color: 15350468.
HSL color Cylindrical-coordinate representation of color #C43AEA: hue angle of 287.05º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43AEA is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 58 | 234 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.08 |
| HSL | 287.05º | 0.81% | 0.57% | - |
| HSV(B) | 287.05º | 0.75% | 0.92% | - |
| XYZ | 39.13 | 20.7 | 79.78 | - |
| YUV | 119.33 | 192.72 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 234 | 0.16 | 0.75 | 0 | 0.08 | 287.05 | 0.81 | 0.57 |
| Hex | C4 | 3A | EA | 10 | 4B | 0 | 8 | 11F | 51 | 39 |
| Octal | 304 | 72 | 352 | 20 | 113 | 0 | 10 | 437 | 121 | 71 |
| Binary | 11000100 | 111010 | 11101010 | 10000 | 1001011 | 0 | 1000 | 100011111 | 1010001 | 111001 |
Color Harmonies of #C43AEA
Complementary color
Monochromatic Colors of #C43AEA
Black with #C43AEA
Text Example
Text Example
White with #C43AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43AEA; }
p { color: rgb(196,58,234); }
H1.HeaderClassName
{
color: #C43AEA;
}
.AnyTagClassName
{
color: #C43AEA;
}
</style>
background-color css
<style>
a { background-color: #C43AEA; }
a { background-color: rgb(196,58,234); }
div.DivClassName
{
background-color: #C43AEA;
}
.BgClassName
{
background-color: #C43AEA;
}
</style>
border-color css
<style>
span { border-color: #C43AEA; }
span { border-color: rgb(196,58,234); }
td.TdClassName
{
border-color: #C43AEA;
}
.TagClassName
{
border-color: #C43AEA;
}
</style>