Shades of Medium Orchid #C242EC
Tints of Medium Orchid #C242EC
RGB
CMYK
RGB Variations
Color information
#C242EC (or 0xC242EC) is known color: Medium Orchid. HEX triplet: C2, 42 and EC. RGB value is (194,66,236). Sum of RGB (Red+Green+Blue) = 194+66+236=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 66 (26.17% from 255 or 13.31% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #C242EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C242EC is #3DBD13. Grayscale: #7B7B7B. Windows color (decimal): -4046100 or 15483586. OLE color: 15483586.
HSL color Cylindrical-coordinate representation of color #C242EC: hue angle of 285.18º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C242EC is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 66 | 236 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.07 |
| HSL | 285.18º | 0.82% | 0.59% | - |
| HSV(B) | 285.18º | 0.72% | 0.93% | - |
| XYZ | 39.34 | 21.42 | 81.42 | - |
| YUV | 123.65 | 191.41 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 236 | 0.18 | 0.72 | 0 | 0.07 | 285.18 | 0.82 | 0.59 |
| Hex | C2 | 42 | EC | 12 | 48 | 0 | 7 | 11D | 52 | 3B |
| Octal | 302 | 102 | 354 | 22 | 110 | 0 | 7 | 435 | 122 | 73 |
| Binary | 11000010 | 1000010 | 11101100 | 10010 | 1001000 | 0 | 111 | 100011101 | 1010010 | 111011 |
Color Harmonies of #C242EC
Complementary color
Monochromatic Colors of #C242EC
Black with #C242EC
Text Example
Text Example
White with #C242EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C242EC; }
p { color: rgb(194,66,236); }
H1.HeaderClassName
{
color: #C242EC;
}
.AnyTagClassName
{
color: #C242EC;
}
</style>
background-color css
<style>
a { background-color: #C242EC; }
a { background-color: rgb(194,66,236); }
div.DivClassName
{
background-color: #C242EC;
}
.BgClassName
{
background-color: #C242EC;
}
</style>
border-color css
<style>
span { border-color: #C242EC; }
span { border-color: rgb(194,66,236); }
td.TdClassName
{
border-color: #C242EC;
}
.TagClassName
{
border-color: #C242EC;
}
</style>