Shades of Medium Orchid #C43BE8
Tints of Medium Orchid #C43BE8
RGB
CMYK
RGB Variations
Color information
#C43BE8 (or 0xC43BE8) is known color: Medium Orchid. HEX triplet: C4, 3B and E8. RGB value is (196,59,232). Sum of RGB (Red+Green+Blue) = 196+59+232=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 59 (23.44% from 255 or 12.11% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 232 - color contains mainly: blue. Hex color #C43BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43BE8 is #3BC417. Grayscale: #777777. Windows color (decimal): -3916824 or 15219652. OLE color: 15219652.
HSL color Cylindrical-coordinate representation of color #C43BE8: hue angle of 287.51º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43BE8 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 59 | 232 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.09 |
| HSL | 287.51º | 0.79% | 0.57% | - |
| HSV(B) | 287.51º | 0.75% | 0.91% | - |
| XYZ | 38.89 | 20.69 | 78.29 | - |
| YUV | 119.69 | 191.39 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 232 | 0.16 | 0.75 | 0 | 0.09 | 287.51 | 0.79 | 0.57 |
| Hex | C4 | 3B | E8 | 10 | 4B | 0 | 9 | 120 | 4F | 39 |
| Octal | 304 | 73 | 350 | 20 | 113 | 0 | 11 | 440 | 117 | 71 |
| Binary | 11000100 | 111011 | 11101000 | 10000 | 1001011 | 0 | 1001 | 100100000 | 1001111 | 111001 |
Color Harmonies of #C43BE8
Complementary color
Monochromatic Colors of #C43BE8
Black with #C43BE8
Text Example
Text Example
White with #C43BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43BE8; }
p { color: rgb(196,59,232); }
H1.HeaderClassName
{
color: #C43BE8;
}
.AnyTagClassName
{
color: #C43BE8;
}
</style>
background-color css
<style>
a { background-color: #C43BE8; }
a { background-color: rgb(196,59,232); }
div.DivClassName
{
background-color: #C43BE8;
}
.BgClassName
{
background-color: #C43BE8;
}
</style>
border-color css
<style>
span { border-color: #C43BE8; }
span { border-color: rgb(196,59,232); }
td.TdClassName
{
border-color: #C43BE8;
}
.TagClassName
{
border-color: #C43BE8;
}
</style>