Shades of Medium Orchid #C232EA
Tints of Medium Orchid #C232EA
RGB
CMYK
RGB Variations
Color information
#C232EA (or 0xC232EA) is known color: Medium Orchid. HEX triplet: C2, 32 and EA. RGB value is (194,50,234). Sum of RGB (Red+Green+Blue) = 194+50+234=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 50 (19.92% from 255 or 10.46% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #C232EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C232EA is #3DCD15. Grayscale: #717171. Windows color (decimal): -4050198 or 15348418. OLE color: 15348418.
HSL color Cylindrical-coordinate representation of color #C232EA: hue angle of 286.96º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C232EA is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 50 | 234 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.08 |
| HSL | 286.96º | 0.81% | 0.56% | - |
| HSV(B) | 286.96º | 0.79% | 0.92% | - |
| XYZ | 38.24 | 19.69 | 79.63 | - |
| YUV | 114.03 | 195.71 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 234 | 0.17 | 0.79 | 0 | 0.08 | 286.96 | 0.81 | 0.56 |
| Hex | C2 | 32 | EA | 11 | 4F | 0 | 8 | 11F | 51 | 38 |
| Octal | 302 | 62 | 352 | 21 | 117 | 0 | 10 | 437 | 121 | 70 |
| Binary | 11000010 | 110010 | 11101010 | 10001 | 1001111 | 0 | 1000 | 100011111 | 1010001 | 111000 |
Color Harmonies of #C232EA
Complementary color
Monochromatic Colors of #C232EA
Black with #C232EA
Text Example
Text Example
White with #C232EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232EA; }
p { color: rgb(194,50,234); }
H1.HeaderClassName
{
color: #C232EA;
}
.AnyTagClassName
{
color: #C232EA;
}
</style>
background-color css
<style>
a { background-color: #C232EA; }
a { background-color: rgb(194,50,234); }
div.DivClassName
{
background-color: #C232EA;
}
.BgClassName
{
background-color: #C232EA;
}
</style>
border-color css
<style>
span { border-color: #C232EA; }
span { border-color: rgb(194,50,234); }
td.TdClassName
{
border-color: #C232EA;
}
.TagClassName
{
border-color: #C232EA;
}
</style>