Shades of Medium Orchid #C242EB
Tints of Medium Orchid #C242EB
RGB
CMYK
RGB Variations
Color information
#C242EB (or 0xC242EB) is known color: Medium Orchid. HEX triplet: C2, 42 and EB. RGB value is (194,66,235). Sum of RGB (Red+Green+Blue) = 194+66+235=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 66 (26.17% from 255 or 13.33% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #C242EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C242EB is #3DBD14. Grayscale: #7A7A7A. Windows color (decimal): -4046101 or 15418050. OLE color: 15418050.
HSL color Cylindrical-coordinate representation of color #C242EB: hue angle of 285.44º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C242EB is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 66 | 235 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.08 |
| HSL | 285.44º | 0.81% | 0.59% | - |
| HSV(B) | 285.44º | 0.72% | 0.92% | - |
| XYZ | 39.19 | 21.36 | 80.66 | - |
| YUV | 123.54 | 190.91 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 235 | 0.17 | 0.72 | 0 | 0.08 | 285.44 | 0.81 | 0.59 |
| Hex | C2 | 42 | EB | 11 | 48 | 0 | 8 | 11D | 51 | 3B |
| Octal | 302 | 102 | 353 | 21 | 110 | 0 | 10 | 435 | 121 | 73 |
| Binary | 11000010 | 1000010 | 11101011 | 10001 | 1001000 | 0 | 1000 | 100011101 | 1010001 | 111011 |
Color Harmonies of #C242EB
Complementary color
Monochromatic Colors of #C242EB
Black with #C242EB
Text Example
Text Example
White with #C242EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C242EB; }
p { color: rgb(194,66,235); }
H1.HeaderClassName
{
color: #C242EB;
}
.AnyTagClassName
{
color: #C242EB;
}
</style>
background-color css
<style>
a { background-color: #C242EB; }
a { background-color: rgb(194,66,235); }
div.DivClassName
{
background-color: #C242EB;
}
.BgClassName
{
background-color: #C242EB;
}
</style>
border-color css
<style>
span { border-color: #C242EB; }
span { border-color: rgb(194,66,235); }
td.TdClassName
{
border-color: #C242EB;
}
.TagClassName
{
border-color: #C242EB;
}
</style>