Shades of Medium Orchid #C233EA
Tints of Medium Orchid #C233EA
RGB
CMYK
RGB Variations
Color information
#C233EA (or 0xC233EA) is known color: Medium Orchid. HEX triplet: C2, 33 and EA. RGB value is (194,51,234). Sum of RGB (Red+Green+Blue) = 194+51+234=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #C233EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C233EA is #3DCC15. Grayscale: #727272. Windows color (decimal): -4049942 or 15348674. OLE color: 15348674.
HSL color Cylindrical-coordinate representation of color #C233EA: hue angle of 286.89º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C233EA is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 51 | 234 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.08 |
| HSL | 286.89º | 0.81% | 0.56% | - |
| HSV(B) | 286.89º | 0.78% | 0.92% | - |
| XYZ | 38.28 | 19.78 | 79.64 | - |
| YUV | 114.62 | 195.38 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 234 | 0.17 | 0.78 | 0 | 0.08 | 286.89 | 0.81 | 0.56 |
| Hex | C2 | 33 | EA | 11 | 4E | 0 | 8 | 11F | 51 | 38 |
| Octal | 302 | 63 | 352 | 21 | 116 | 0 | 10 | 437 | 121 | 70 |
| Binary | 11000010 | 110011 | 11101010 | 10001 | 1001110 | 0 | 1000 | 100011111 | 1010001 | 111000 |
Color Harmonies of #C233EA
Complementary color
Monochromatic Colors of #C233EA
Black with #C233EA
Text Example
Text Example
White with #C233EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C233EA; }
p { color: rgb(194,51,234); }
H1.HeaderClassName
{
color: #C233EA;
}
.AnyTagClassName
{
color: #C233EA;
}
</style>
background-color css
<style>
a { background-color: #C233EA; }
a { background-color: rgb(194,51,234); }
div.DivClassName
{
background-color: #C233EA;
}
.BgClassName
{
background-color: #C233EA;
}
</style>
border-color css
<style>
span { border-color: #C233EA; }
span { border-color: rgb(194,51,234); }
td.TdClassName
{
border-color: #C233EA;
}
.TagClassName
{
border-color: #C233EA;
}
</style>