Shades of Medium Orchid #C339EC
Tints of Medium Orchid #C339EC
RGB
CMYK
RGB Variations
Color information
#C339EC (or 0xC339EC) is known color: Medium Orchid. HEX triplet: C3, 39 and EC. RGB value is (195,57,236). Sum of RGB (Red+Green+Blue) = 195+57+236=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 57 (22.66% from 255 or 11.68% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #C339EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C339EC is #3CC613. Grayscale: #767676. Windows color (decimal): -3982868 or 15481283. OLE color: 15481283.
HSL color Cylindrical-coordinate representation of color #C339EC: hue angle of 286.26º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C339EC is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 57 | 236 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.07 |
| HSL | 286.26º | 0.82% | 0.57% | - |
| HSV(B) | 286.26º | 0.76% | 0.93% | - |
| XYZ | 39.11 | 20.58 | 81.27 | - |
| YUV | 118.67 | 194.22 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 236 | 0.17 | 0.76 | 0 | 0.07 | 286.26 | 0.82 | 0.57 |
| Hex | C3 | 39 | EC | 11 | 4C | 0 | 7 | 11E | 52 | 39 |
| Octal | 303 | 71 | 354 | 21 | 114 | 0 | 7 | 436 | 122 | 71 |
| Binary | 11000011 | 111001 | 11101100 | 10001 | 1001100 | 0 | 111 | 100011110 | 1010010 | 111001 |
Color Harmonies of #C339EC
Complementary color
Monochromatic Colors of #C339EC
Black with #C339EC
Text Example
Text Example
White with #C339EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C339EC; }
p { color: rgb(195,57,236); }
H1.HeaderClassName
{
color: #C339EC;
}
.AnyTagClassName
{
color: #C339EC;
}
</style>
background-color css
<style>
a { background-color: #C339EC; }
a { background-color: rgb(195,57,236); }
div.DivClassName
{
background-color: #C339EC;
}
.BgClassName
{
background-color: #C339EC;
}
</style>
border-color css
<style>
span { border-color: #C339EC; }
span { border-color: rgb(195,57,236); }
td.TdClassName
{
border-color: #C339EC;
}
.TagClassName
{
border-color: #C339EC;
}
</style>