Shades of Medium Orchid #C43EE0
Tints of Medium Orchid #C43EE0
RGB
CMYK
RGB Variations
Color information
#C43EE0 (or 0xC43EE0) is known color: Medium Orchid. HEX triplet: C4, 3E and E0. RGB value is (196,62,224). Sum of RGB (Red+Green+Blue) = 196+62+224=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 62 (24.61% from 255 or 12.86% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #C43EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43EE0 is #3BC11F. Grayscale: #787878. Windows color (decimal): -3916064 or 14696132. OLE color: 14696132.
HSL color Cylindrical-coordinate representation of color #C43EE0: hue angle of 289.63º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43EE0 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 62 | 224 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.12 |
| HSL | 289.63º | 0.72% | 0.56% | - |
| HSV(B) | 289.63º | 0.72% | 0.88% | - |
| XYZ | 37.94 | 20.56 | 72.49 | - |
| YUV | 120.53 | 186.39 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 224 | 0.12 | 0.72 | 0 | 0.12 | 289.63 | 0.72 | 0.56 |
| Hex | C4 | 3E | E0 | C | 48 | 0 | C | 122 | 48 | 38 |
| Octal | 304 | 76 | 340 | 14 | 110 | 0 | 14 | 442 | 110 | 70 |
| Binary | 11000100 | 111110 | 11100000 | 1100 | 1001000 | 0 | 1100 | 100100010 | 1001000 | 111000 |
Color Harmonies of #C43EE0
Complementary color
Monochromatic Colors of #C43EE0
Black with #C43EE0
Text Example
Text Example
White with #C43EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43EE0; }
p { color: rgb(196,62,224); }
H1.HeaderClassName
{
color: #C43EE0;
}
.AnyTagClassName
{
color: #C43EE0;
}
</style>
background-color css
<style>
a { background-color: #C43EE0; }
a { background-color: rgb(196,62,224); }
div.DivClassName
{
background-color: #C43EE0;
}
.BgClassName
{
background-color: #C43EE0;
}
</style>
border-color css
<style>
span { border-color: #C43EE0; }
span { border-color: rgb(196,62,224); }
td.TdClassName
{
border-color: #C43EE0;
}
.TagClassName
{
border-color: #C43EE0;
}
</style>