Shades of Medium Orchid #C232EE
Tints of Medium Orchid #C232EE
RGB
CMYK
RGB Variations
Color information
#C232EE (or 0xC232EE) is known color: Medium Orchid. HEX triplet: C2, 32 and EE. RGB value is (194,50,238). Sum of RGB (Red+Green+Blue) = 194+50+238=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #C232EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C232EE is #3DCD11. Grayscale: #717171. Windows color (decimal): -4050194 or 15610562. OLE color: 15610562.
HSL color Cylindrical-coordinate representation of color #C232EE: hue angle of 285.96º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C232EE is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 50 | 238 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.07 |
| HSL | 285.96º | 0.85% | 0.56% | - |
| HSV(B) | 285.96º | 0.79% | 0.93% | - |
| XYZ | 38.82 | 19.92 | 82.69 | - |
| YUV | 114.49 | 197.71 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 238 | 0.18 | 0.79 | 0 | 0.07 | 285.96 | 0.85 | 0.56 |
| Hex | C2 | 32 | EE | 12 | 4F | 0 | 7 | 11E | 55 | 38 |
| Octal | 302 | 62 | 356 | 22 | 117 | 0 | 7 | 436 | 125 | 70 |
| Binary | 11000010 | 110010 | 11101110 | 10010 | 1001111 | 0 | 111 | 100011110 | 1010101 | 111000 |
Color Harmonies of #C232EE
Complementary color
Monochromatic Colors of #C232EE
Black with #C232EE
Text Example
Text Example
White with #C232EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232EE; }
p { color: rgb(194,50,238); }
H1.HeaderClassName
{
color: #C232EE;
}
.AnyTagClassName
{
color: #C232EE;
}
</style>
background-color css
<style>
a { background-color: #C232EE; }
a { background-color: rgb(194,50,238); }
div.DivClassName
{
background-color: #C232EE;
}
.BgClassName
{
background-color: #C232EE;
}
</style>
border-color css
<style>
span { border-color: #C232EE; }
span { border-color: rgb(194,50,238); }
td.TdClassName
{
border-color: #C232EE;
}
.TagClassName
{
border-color: #C232EE;
}
</style>