Shades of Medium Orchid #C234ED
Tints of Medium Orchid #C234ED
RGB
CMYK
RGB Variations
Color information
#C234ED (or 0xC234ED) is known color: Medium Orchid. HEX triplet: C2, 34 and ED. RGB value is (194,52,237). Sum of RGB (Red+Green+Blue) = 194+52+237=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 52 (20.70% from 255 or 10.77% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #C234ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C234ED is #3DCB12. Grayscale: #727272. Windows color (decimal): -4049683 or 15545538. OLE color: 15545538.
HSL color Cylindrical-coordinate representation of color #C234ED: hue angle of 286.05º degrees, saturation: 0.84, 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 #C234ED is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 52 | 237 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.07 |
| HSL | 286.05º | 0.84% | 0.57% | - |
| HSV(B) | 286.05º | 0.78% | 0.93% | - |
| XYZ | 38.76 | 20.04 | 81.95 | - |
| YUV | 115.55 | 196.54 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 237 | 0.18 | 0.78 | 0 | 0.07 | 286.05 | 0.84 | 0.57 |
| Hex | C2 | 34 | ED | 12 | 4E | 0 | 7 | 11E | 54 | 39 |
| Octal | 302 | 64 | 355 | 22 | 116 | 0 | 7 | 436 | 124 | 71 |
| Binary | 11000010 | 110100 | 11101101 | 10010 | 1001110 | 0 | 111 | 100011110 | 1010100 | 111001 |
Color Harmonies of #C234ED
Complementary color
Monochromatic Colors of #C234ED
Black with #C234ED
Text Example
Text Example
White with #C234ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C234ED; }
p { color: rgb(194,52,237); }
H1.HeaderClassName
{
color: #C234ED;
}
.AnyTagClassName
{
color: #C234ED;
}
</style>
background-color css
<style>
a { background-color: #C234ED; }
a { background-color: rgb(194,52,237); }
div.DivClassName
{
background-color: #C234ED;
}
.BgClassName
{
background-color: #C234ED;
}
</style>
border-color css
<style>
span { border-color: #C234ED; }
span { border-color: rgb(194,52,237); }
td.TdClassName
{
border-color: #C234ED;
}
.TagClassName
{
border-color: #C234ED;
}
</style>