Shades of Medium Orchid #C43EEB
Tints of Medium Orchid #C43EEB
RGB
CMYK
RGB Variations
Color information
#C43EEB (or 0xC43EEB) is known color: Medium Orchid. HEX triplet: C4, 3E and EB. RGB value is (196,62,235). Sum of RGB (Red+Green+Blue) = 196+62+235=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 62 (24.61% from 255 or 12.58% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #C43EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43EEB is #3BC114. Grayscale: #797979. Windows color (decimal): -3916053 or 15417028. OLE color: 15417028.
HSL color Cylindrical-coordinate representation of color #C43EEB: hue angle of 286.47º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43EEB is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 62 | 235 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.08 |
| HSL | 286.47º | 0.81% | 0.58% | - |
| HSV(B) | 286.47º | 0.74% | 0.92% | - |
| XYZ | 39.48 | 21.18 | 80.6 | - |
| YUV | 121.79 | 191.89 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 235 | 0.17 | 0.74 | 0 | 0.08 | 286.47 | 0.81 | 0.58 |
| Hex | C4 | 3E | EB | 11 | 4A | 0 | 8 | 11E | 51 | 3A |
| Octal | 304 | 76 | 353 | 21 | 112 | 0 | 10 | 436 | 121 | 72 |
| Binary | 11000100 | 111110 | 11101011 | 10001 | 1001010 | 0 | 1000 | 100011110 | 1010001 | 111010 |
Color Harmonies of #C43EEB
Complementary color
Monochromatic Colors of #C43EEB
Black with #C43EEB
Text Example
Text Example
White with #C43EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43EEB; }
p { color: rgb(196,62,235); }
H1.HeaderClassName
{
color: #C43EEB;
}
.AnyTagClassName
{
color: #C43EEB;
}
</style>
background-color css
<style>
a { background-color: #C43EEB; }
a { background-color: rgb(196,62,235); }
div.DivClassName
{
background-color: #C43EEB;
}
.BgClassName
{
background-color: #C43EEB;
}
</style>
border-color css
<style>
span { border-color: #C43EEB; }
span { border-color: rgb(196,62,235); }
td.TdClassName
{
border-color: #C43EEB;
}
.TagClassName
{
border-color: #C43EEB;
}
</style>