Shades of Medium Orchid #C242EF
Tints of Medium Orchid #C242EF
RGB
CMYK
RGB Variations
Color information
#C242EF (or 0xC242EF) is known color: Medium Orchid. HEX triplet: C2, 42 and EF. RGB value is (194,66,239). Sum of RGB (Red+Green+Blue) = 194+66+239=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 66 (26.17% from 255 or 13.23% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #C242EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C242EF is #3DBD10. Grayscale: #7B7B7B. Windows color (decimal): -4046097 or 15680194. OLE color: 15680194.
HSL color Cylindrical-coordinate representation of color #C242EF: hue angle of 284.39º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C242EF is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 66 | 239 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.06 |
| HSL | 284.39º | 0.84% | 0.6% | - |
| HSV(B) | 284.39º | 0.72% | 0.94% | - |
| XYZ | 39.78 | 21.6 | 83.73 | - |
| YUV | 123.99 | 192.91 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 239 | 0.19 | 0.72 | 0 | 0.06 | 284.39 | 0.84 | 0.6 |
| Hex | C2 | 42 | EF | 13 | 48 | 0 | 6 | 11C | 54 | 3C |
| Octal | 302 | 102 | 357 | 23 | 110 | 0 | 6 | 434 | 124 | 74 |
| Binary | 11000010 | 1000010 | 11101111 | 10011 | 1001000 | 0 | 110 | 100011100 | 1010100 | 111100 |
Color Harmonies of #C242EF
Complementary color
Monochromatic Colors of #C242EF
Black with #C242EF
Text Example
Text Example
White with #C242EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C242EF; }
p { color: rgb(194,66,239); }
H1.HeaderClassName
{
color: #C242EF;
}
.AnyTagClassName
{
color: #C242EF;
}
</style>
background-color css
<style>
a { background-color: #C242EF; }
a { background-color: rgb(194,66,239); }
div.DivClassName
{
background-color: #C242EF;
}
.BgClassName
{
background-color: #C242EF;
}
</style>
border-color css
<style>
span { border-color: #C242EF; }
span { border-color: rgb(194,66,239); }
td.TdClassName
{
border-color: #C242EF;
}
.TagClassName
{
border-color: #C242EF;
}
</style>