Shades of Medium Orchid #C332EC
Tints of Medium Orchid #C332EC
RGB
CMYK
RGB Variations
Color information
#C332EC (or 0xC332EC) is known color: Medium Orchid. HEX triplet: C3, 32 and EC. RGB value is (195,50,236). Sum of RGB (Red+Green+Blue) = 195+50+236=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #C332EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C332EC is #3CCD13. Grayscale: #717171. Windows color (decimal): -3984660 or 15479491. OLE color: 15479491.
HSL color Cylindrical-coordinate representation of color #C332EC: hue angle of 286.77º 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 #C332EC is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 50 | 236 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.07 |
| HSL | 286.77º | 0.83% | 0.56% | - |
| HSV(B) | 286.77º | 0.79% | 0.93% | - |
| XYZ | 38.79 | 19.94 | 81.16 | - |
| YUV | 114.56 | 196.54 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 236 | 0.17 | 0.79 | 0 | 0.07 | 286.77 | 0.83 | 0.56 |
| Hex | C3 | 32 | EC | 11 | 4F | 0 | 7 | 11F | 53 | 38 |
| Octal | 303 | 62 | 354 | 21 | 117 | 0 | 7 | 437 | 123 | 70 |
| Binary | 11000011 | 110010 | 11101100 | 10001 | 1001111 | 0 | 111 | 100011111 | 1010011 | 111000 |
Color Harmonies of #C332EC
Complementary color
Monochromatic Colors of #C332EC
Black with #C332EC
Text Example
Text Example
White with #C332EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C332EC; }
p { color: rgb(195,50,236); }
H1.HeaderClassName
{
color: #C332EC;
}
.AnyTagClassName
{
color: #C332EC;
}
</style>
background-color css
<style>
a { background-color: #C332EC; }
a { background-color: rgb(195,50,236); }
div.DivClassName
{
background-color: #C332EC;
}
.BgClassName
{
background-color: #C332EC;
}
</style>
border-color css
<style>
span { border-color: #C332EC; }
span { border-color: rgb(195,50,236); }
td.TdClassName
{
border-color: #C332EC;
}
.TagClassName
{
border-color: #C332EC;
}
</style>