Shades of Medium Orchid #C232EF
Tints of Medium Orchid #C232EF
RGB
CMYK
RGB Variations
Color information
#C232EF (or 0xC232EF) is known color: Medium Orchid. HEX triplet: C2, 32 and EF. RGB value is (194,50,239). Sum of RGB (Red+Green+Blue) = 194+50+239=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 50 (19.92% from 255 or 10.35% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #C232EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C232EF is #3DCD10. Grayscale: #717171. Windows color (decimal): -4050193 or 15676098. OLE color: 15676098.
HSL color Cylindrical-coordinate representation of color #C232EF: hue angle of 285.71º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C232EF is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 50 | 239 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.06 |
| HSL | 285.71º | 0.86% | 0.57% | - |
| HSV(B) | 285.71º | 0.79% | 0.94% | - |
| XYZ | 38.97 | 19.98 | 83.46 | - |
| YUV | 114.6 | 198.21 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 239 | 0.19 | 0.79 | 0 | 0.06 | 285.71 | 0.86 | 0.57 |
| Hex | C2 | 32 | EF | 13 | 4F | 0 | 6 | 11E | 56 | 39 |
| Octal | 302 | 62 | 357 | 23 | 117 | 0 | 6 | 436 | 126 | 71 |
| Binary | 11000010 | 110010 | 11101111 | 10011 | 1001111 | 0 | 110 | 100011110 | 1010110 | 111001 |
Color Harmonies of #C232EF
Complementary color
Monochromatic Colors of #C232EF
Black with #C232EF
Text Example
Text Example
White with #C232EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232EF; }
p { color: rgb(194,50,239); }
H1.HeaderClassName
{
color: #C232EF;
}
.AnyTagClassName
{
color: #C232EF;
}
</style>
background-color css
<style>
a { background-color: #C232EF; }
a { background-color: rgb(194,50,239); }
div.DivClassName
{
background-color: #C232EF;
}
.BgClassName
{
background-color: #C232EF;
}
</style>
border-color css
<style>
span { border-color: #C232EF; }
span { border-color: rgb(194,50,239); }
td.TdClassName
{
border-color: #C232EF;
}
.TagClassName
{
border-color: #C232EF;
}
</style>