Shades of Medium Orchid #C336EC
Tints of Medium Orchid #C336EC
RGB
CMYK
RGB Variations
Color information
#C336EC (or 0xC336EC) is known color: Medium Orchid. HEX triplet: C3, 36 and EC. RGB value is (195,54,236). Sum of RGB (Red+Green+Blue) = 195+54+236=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 54 (21.48% from 255 or 11.13% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #C336EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C336EC is #3CC913. Grayscale: #747474. Windows color (decimal): -3983636 or 15480515. OLE color: 15480515.
HSL color Cylindrical-coordinate representation of color #C336EC: hue angle of 286.48º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C336EC is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 54 | 236 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.07 |
| HSL | 286.48º | 0.83% | 0.57% | - |
| HSV(B) | 286.48º | 0.77% | 0.93% | - |
| XYZ | 38.97 | 20.3 | 81.22 | - |
| YUV | 116.91 | 195.21 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 236 | 0.17 | 0.77 | 0 | 0.07 | 286.48 | 0.83 | 0.57 |
| Hex | C3 | 36 | EC | 11 | 4D | 0 | 7 | 11E | 53 | 39 |
| Octal | 303 | 66 | 354 | 21 | 115 | 0 | 7 | 436 | 123 | 71 |
| Binary | 11000011 | 110110 | 11101100 | 10001 | 1001101 | 0 | 111 | 100011110 | 1010011 | 111001 |
Color Harmonies of #C336EC
Complementary color
Monochromatic Colors of #C336EC
Black with #C336EC
Text Example
Text Example
White with #C336EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C336EC; }
p { color: rgb(195,54,236); }
H1.HeaderClassName
{
color: #C336EC;
}
.AnyTagClassName
{
color: #C336EC;
}
</style>
background-color css
<style>
a { background-color: #C336EC; }
a { background-color: rgb(195,54,236); }
div.DivClassName
{
background-color: #C336EC;
}
.BgClassName
{
background-color: #C336EC;
}
</style>
border-color css
<style>
span { border-color: #C336EC; }
span { border-color: rgb(195,54,236); }
td.TdClassName
{
border-color: #C336EC;
}
.TagClassName
{
border-color: #C336EC;
}
</style>