Shades of Medium Orchid #C235EC
Tints of Medium Orchid #C235EC
RGB
CMYK
RGB Variations
Color information
#C235EC (or 0xC235EC) is known color: Medium Orchid. HEX triplet: C2, 35 and EC. RGB value is (194,53,236). Sum of RGB (Red+Green+Blue) = 194+53+236=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 53 (21.09% from 255 or 10.97% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #C235EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C235EC is #3DCA13. Grayscale: #737373. Windows color (decimal): -4049428 or 15480258. OLE color: 15480258.
HSL color Cylindrical-coordinate representation of color #C235EC: hue angle of 286.23º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C235EC is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 53 | 236 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.07 |
| HSL | 286.23º | 0.83% | 0.57% | - |
| HSV(B) | 286.23º | 0.78% | 0.93% | - |
| XYZ | 38.66 | 20.07 | 81.19 | - |
| YUV | 116.02 | 195.71 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 236 | 0.18 | 0.78 | 0 | 0.07 | 286.23 | 0.83 | 0.57 |
| Hex | C2 | 35 | EC | 12 | 4E | 0 | 7 | 11E | 53 | 39 |
| Octal | 302 | 65 | 354 | 22 | 116 | 0 | 7 | 436 | 123 | 71 |
| Binary | 11000010 | 110101 | 11101100 | 10010 | 1001110 | 0 | 111 | 100011110 | 1010011 | 111001 |
Color Harmonies of #C235EC
Complementary color
Monochromatic Colors of #C235EC
Black with #C235EC
Text Example
Text Example
White with #C235EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C235EC; }
p { color: rgb(194,53,236); }
H1.HeaderClassName
{
color: #C235EC;
}
.AnyTagClassName
{
color: #C235EC;
}
</style>
background-color css
<style>
a { background-color: #C235EC; }
a { background-color: rgb(194,53,236); }
div.DivClassName
{
background-color: #C235EC;
}
.BgClassName
{
background-color: #C235EC;
}
</style>
border-color css
<style>
span { border-color: #C235EC; }
span { border-color: rgb(194,53,236); }
td.TdClassName
{
border-color: #C235EC;
}
.TagClassName
{
border-color: #C235EC;
}
</style>