Shades of Medium Orchid #C230EC
Tints of Medium Orchid #C230EC
RGB
CMYK
RGB Variations
Color information
#C230EC (or 0xC230EC) is known color: Medium Orchid. HEX triplet: C2, 30 and EC. RGB value is (194,48,236). Sum of RGB (Red+Green+Blue) = 194+48+236=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 48 (19.14% from 255 or 10.04% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #C230EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C230EC is #3DCF13. Grayscale: #707070. Windows color (decimal): -4050708 or 15478978. OLE color: 15478978.
HSL color Cylindrical-coordinate representation of color #C230EC: hue angle of 286.6º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C230EC is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 48 | 236 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.07 |
| HSL | 286.6º | 0.83% | 0.56% | - |
| HSV(B) | 286.6º | 0.8% | 0.93% | - |
| XYZ | 38.45 | 19.64 | 81.12 | - |
| YUV | 113.09 | 197.37 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 236 | 0.18 | 0.80 | 0 | 0.07 | 286.6 | 0.83 | 0.56 |
| Hex | C2 | 30 | EC | 12 | 50 | 0 | 7 | 11F | 53 | 38 |
| Octal | 302 | 60 | 354 | 22 | 120 | 0 | 7 | 437 | 123 | 70 |
| Binary | 11000010 | 110000 | 11101100 | 10010 | 1010000 | 0 | 111 | 100011111 | 1010011 | 111000 |
Color Harmonies of #C230EC
Complementary color
Monochromatic Colors of #C230EC
Black with #C230EC
Text Example
Text Example
White with #C230EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C230EC; }
p { color: rgb(194,48,236); }
H1.HeaderClassName
{
color: #C230EC;
}
.AnyTagClassName
{
color: #C230EC;
}
</style>
background-color css
<style>
a { background-color: #C230EC; }
a { background-color: rgb(194,48,236); }
div.DivClassName
{
background-color: #C230EC;
}
.BgClassName
{
background-color: #C230EC;
}
</style>
border-color css
<style>
span { border-color: #C230EC; }
span { border-color: rgb(194,48,236); }
td.TdClassName
{
border-color: #C230EC;
}
.TagClassName
{
border-color: #C230EC;
}
</style>