Shades of Medium Orchid #C234E9
Tints of Medium Orchid #C234E9
RGB
CMYK
RGB Variations
Color information
#C234E9 (or 0xC234E9) is known color: Medium Orchid. HEX triplet: C2, 34 and E9. RGB value is (194,52,233). Sum of RGB (Red+Green+Blue) = 194+52+233=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 52 (20.70% from 255 or 10.86% from 479); Blue value is 233 (91.41% from 255 or 48.64% from 479); Max value from RGB is 233 - color contains mainly: blue. Hex color #C234E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C234E9 is #3DCB16. Grayscale: #727272. Windows color (decimal): -4049687 or 15283394. OLE color: 15283394.
HSL color Cylindrical-coordinate representation of color #C234E9: hue angle of 287.07º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C234E9 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 52 | 233 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.09 |
| HSL | 287.07º | 0.8% | 0.56% | - |
| HSV(B) | 287.07º | 0.78% | 0.91% | - |
| XYZ | 38.18 | 19.81 | 78.9 | - |
| YUV | 115.09 | 194.54 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 233 | 0.17 | 0.78 | 0 | 0.09 | 287.07 | 0.8 | 0.56 |
| Hex | C2 | 34 | E9 | 11 | 4E | 0 | 9 | 11F | 50 | 38 |
| Octal | 302 | 64 | 351 | 21 | 116 | 0 | 11 | 437 | 120 | 70 |
| Binary | 11000010 | 110100 | 11101001 | 10001 | 1001110 | 0 | 1001 | 100011111 | 1010000 | 111000 |
Color Harmonies of #C234E9
Complementary color
Monochromatic Colors of #C234E9
Black with #C234E9
Text Example
Text Example
White with #C234E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C234E9; }
p { color: rgb(194,52,233); }
H1.HeaderClassName
{
color: #C234E9;
}
.AnyTagClassName
{
color: #C234E9;
}
</style>
background-color css
<style>
a { background-color: #C234E9; }
a { background-color: rgb(194,52,233); }
div.DivClassName
{
background-color: #C234E9;
}
.BgClassName
{
background-color: #C234E9;
}
</style>
border-color css
<style>
span { border-color: #C234E9; }
span { border-color: rgb(194,52,233); }
td.TdClassName
{
border-color: #C234E9;
}
.TagClassName
{
border-color: #C234E9;
}
</style>