Shades of Medium Orchid #C232EB
Tints of Medium Orchid #C232EB
RGB
CMYK
RGB Variations
Color information
#C232EB (or 0xC232EB) is known color: Medium Orchid. HEX triplet: C2, 32 and EB. RGB value is (194,50,235). Sum of RGB (Red+Green+Blue) = 194+50+235=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #C232EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C232EB is #3DCD14. Grayscale: #717171. Windows color (decimal): -4050197 or 15413954. OLE color: 15413954.
HSL color Cylindrical-coordinate representation of color #C232EB: hue angle of 286.7º degrees, saturation: 0.82, 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 #C232EB is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 50 | 235 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.08 |
| HSL | 286.7º | 0.82% | 0.56% | - |
| HSV(B) | 286.7º | 0.79% | 0.92% | - |
| XYZ | 38.38 | 19.75 | 80.39 | - |
| YUV | 114.15 | 196.21 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 235 | 0.17 | 0.79 | 0 | 0.08 | 286.7 | 0.82 | 0.56 |
| Hex | C2 | 32 | EB | 11 | 4F | 0 | 8 | 11F | 52 | 38 |
| Octal | 302 | 62 | 353 | 21 | 117 | 0 | 10 | 437 | 122 | 70 |
| Binary | 11000010 | 110010 | 11101011 | 10001 | 1001111 | 0 | 1000 | 100011111 | 1010010 | 111000 |
Color Harmonies of #C232EB
Complementary color
Monochromatic Colors of #C232EB
Black with #C232EB
Text Example
Text Example
White with #C232EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232EB; }
p { color: rgb(194,50,235); }
H1.HeaderClassName
{
color: #C232EB;
}
.AnyTagClassName
{
color: #C232EB;
}
</style>
background-color css
<style>
a { background-color: #C232EB; }
a { background-color: rgb(194,50,235); }
div.DivClassName
{
background-color: #C232EB;
}
.BgClassName
{
background-color: #C232EB;
}
</style>
border-color css
<style>
span { border-color: #C232EB; }
span { border-color: rgb(194,50,235); }
td.TdClassName
{
border-color: #C232EB;
}
.TagClassName
{
border-color: #C232EB;
}
</style>