Shades of Medium Orchid #C432EC
Tints of Medium Orchid #C432EC
RGB
CMYK
RGB Variations
Color information
#C432EC (or 0xC432EC) is known color: Medium Orchid. HEX triplet: C4, 32 and EC. RGB value is (196,50,236). Sum of RGB (Red+Green+Blue) = 196+50+236=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #C432EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C432EC is #3BCD13. Grayscale: #727272. Windows color (decimal): -3919124 or 15479492. OLE color: 15479492.
HSL color Cylindrical-coordinate representation of color #C432EC: hue angle of 287.1º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C432EC is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 50 | 236 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.07 |
| HSL | 287.1º | 0.83% | 0.56% | - |
| HSV(B) | 287.1º | 0.79% | 0.93% | - |
| XYZ | 39.05 | 20.07 | 81.17 | - |
| YUV | 114.86 | 196.37 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 236 | 0.17 | 0.79 | 0 | 0.07 | 287.1 | 0.83 | 0.56 |
| Hex | C4 | 32 | EC | 11 | 4F | 0 | 7 | 11F | 53 | 38 |
| Octal | 304 | 62 | 354 | 21 | 117 | 0 | 7 | 437 | 123 | 70 |
| Binary | 11000100 | 110010 | 11101100 | 10001 | 1001111 | 0 | 111 | 100011111 | 1010011 | 111000 |
Color Harmonies of #C432EC
Complementary color
Monochromatic Colors of #C432EC
Black with #C432EC
Text Example
Text Example
White with #C432EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C432EC; }
p { color: rgb(196,50,236); }
H1.HeaderClassName
{
color: #C432EC;
}
.AnyTagClassName
{
color: #C432EC;
}
</style>
background-color css
<style>
a { background-color: #C432EC; }
a { background-color: rgb(196,50,236); }
div.DivClassName
{
background-color: #C432EC;
}
.BgClassName
{
background-color: #C432EC;
}
</style>
border-color css
<style>
span { border-color: #C432EC; }
span { border-color: rgb(196,50,236); }
td.TdClassName
{
border-color: #C432EC;
}
.TagClassName
{
border-color: #C432EC;
}
</style>