Shades of Medium Orchid #C32EEC
Tints of Medium Orchid #C32EEC
RGB
CMYK
RGB Variations
Color information
#C32EEC (or 0xC32EEC) is known color: Medium Orchid. HEX triplet: C3, 2E and EC. RGB value is (195,46,236). Sum of RGB (Red+Green+Blue) = 195+46+236=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 46 (18.36% from 255 or 9.64% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #C32EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32EEC is #3CD113. Grayscale: #6F6F6F. Windows color (decimal): -3985684 or 15478467. OLE color: 15478467.
HSL color Cylindrical-coordinate representation of color #C32EEC: hue angle of 287.05º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32EEC is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 46 | 236 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.07 |
| HSL | 287.05º | 0.83% | 0.55% | - |
| HSV(B) | 287.05º | 0.81% | 0.93% | - |
| XYZ | 38.62 | 19.61 | 81.11 | - |
| YUV | 112.21 | 197.86 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 236 | 0.17 | 0.81 | 0 | 0.07 | 287.05 | 0.83 | 0.55 |
| Hex | C3 | 2E | EC | 11 | 51 | 0 | 7 | 11F | 53 | 37 |
| Octal | 303 | 56 | 354 | 21 | 121 | 0 | 7 | 437 | 123 | 67 |
| Binary | 11000011 | 101110 | 11101100 | 10001 | 1010001 | 0 | 111 | 100011111 | 1010011 | 110111 |
Color Harmonies of #C32EEC
Complementary color
Monochromatic Colors of #C32EEC
Black with #C32EEC
Text Example
Text Example
White with #C32EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32EEC; }
p { color: rgb(195,46,236); }
H1.HeaderClassName
{
color: #C32EEC;
}
.AnyTagClassName
{
color: #C32EEC;
}
</style>
background-color css
<style>
a { background-color: #C32EEC; }
a { background-color: rgb(195,46,236); }
div.DivClassName
{
background-color: #C32EEC;
}
.BgClassName
{
background-color: #C32EEC;
}
</style>
border-color css
<style>
span { border-color: #C32EEC; }
span { border-color: rgb(195,46,236); }
td.TdClassName
{
border-color: #C32EEC;
}
.TagClassName
{
border-color: #C32EEC;
}
</style>