Shades of Medium Orchid #C235E9
Tints of Medium Orchid #C235E9
RGB
CMYK
RGB Variations
Color information
#C235E9 (or 0xC235E9) is known color: Medium Orchid. HEX triplet: C2, 35 and E9. RGB value is (194,53,233). Sum of RGB (Red+Green+Blue) = 194+53+233=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 53 (21.09% from 255 or 11.04% from 480); Blue value is 233 (91.41% from 255 or 48.54% from 480); Max value from RGB is 233 - color contains mainly: blue. Hex color #C235E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C235E9 is #3DCA16. Grayscale: #737373. Windows color (decimal): -4049431 or 15283650. OLE color: 15283650.
HSL color Cylindrical-coordinate representation of color #C235E9: hue angle of 287º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C235E9 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 53 | 233 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.09 |
| HSL | 287º | 0.8% | 0.56% | - |
| HSV(B) | 287º | 0.77% | 0.91% | - |
| XYZ | 38.23 | 19.9 | 78.92 | - |
| YUV | 115.68 | 194.21 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 233 | 0.17 | 0.77 | 0 | 0.09 | 287 | 0.8 | 0.56 |
| Hex | C2 | 35 | E9 | 11 | 4D | 0 | 9 | 11F | 50 | 38 |
| Octal | 302 | 65 | 351 | 21 | 115 | 0 | 11 | 437 | 120 | 70 |
| Binary | 11000010 | 110101 | 11101001 | 10001 | 1001101 | 0 | 1001 | 100011111 | 1010000 | 111000 |
Color Harmonies of #C235E9
Complementary color
Monochromatic Colors of #C235E9
Black with #C235E9
Text Example
Text Example
White with #C235E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C235E9; }
p { color: rgb(194,53,233); }
H1.HeaderClassName
{
color: #C235E9;
}
.AnyTagClassName
{
color: #C235E9;
}
</style>
background-color css
<style>
a { background-color: #C235E9; }
a { background-color: rgb(194,53,233); }
div.DivClassName
{
background-color: #C235E9;
}
.BgClassName
{
background-color: #C235E9;
}
</style>
border-color css
<style>
span { border-color: #C235E9; }
span { border-color: rgb(194,53,233); }
td.TdClassName
{
border-color: #C235E9;
}
.TagClassName
{
border-color: #C235E9;
}
</style>