Shades of Medium Orchid #C242ED
Tints of Medium Orchid #C242ED
RGB
CMYK
RGB Variations
Color information
#C242ED (or 0xC242ED) is known color: Medium Orchid. HEX triplet: C2, 42 and ED. RGB value is (194,66,237). Sum of RGB (Red+Green+Blue) = 194+66+237=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 66 (26.17% from 255 or 13.28% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #C242ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C242ED is #3DBD12. Grayscale: #7B7B7B. Windows color (decimal): -4046099 or 15549122. OLE color: 15549122.
HSL color Cylindrical-coordinate representation of color #C242ED: hue angle of 284.91º degrees, saturation: 0.83, 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 #C242ED is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 66 | 237 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.07 |
| HSL | 284.91º | 0.83% | 0.59% | - |
| HSV(B) | 284.91º | 0.72% | 0.93% | - |
| XYZ | 39.48 | 21.48 | 82.19 | - |
| YUV | 123.77 | 191.91 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 237 | 0.18 | 0.72 | 0 | 0.07 | 284.91 | 0.83 | 0.59 |
| Hex | C2 | 42 | ED | 12 | 48 | 0 | 7 | 11D | 53 | 3B |
| Octal | 302 | 102 | 355 | 22 | 110 | 0 | 7 | 435 | 123 | 73 |
| Binary | 11000010 | 1000010 | 11101101 | 10010 | 1001000 | 0 | 111 | 100011101 | 1010011 | 111011 |
Color Harmonies of #C242ED
Complementary color
Monochromatic Colors of #C242ED
Black with #C242ED
Text Example
Text Example
White with #C242ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C242ED; }
p { color: rgb(194,66,237); }
H1.HeaderClassName
{
color: #C242ED;
}
.AnyTagClassName
{
color: #C242ED;
}
</style>
background-color css
<style>
a { background-color: #C242ED; }
a { background-color: rgb(194,66,237); }
div.DivClassName
{
background-color: #C242ED;
}
.BgClassName
{
background-color: #C242ED;
}
</style>
border-color css
<style>
span { border-color: #C242ED; }
span { border-color: rgb(194,66,237); }
td.TdClassName
{
border-color: #C242ED;
}
.TagClassName
{
border-color: #C242ED;
}
</style>