Shades of Medium Orchid #C240EB
Tints of Medium Orchid #C240EB
RGB
CMYK
RGB Variations
Color information
#C240EB (or 0xC240EB) is known color: Medium Orchid. HEX triplet: C2, 40 and EB. RGB value is (194,64,235). Sum of RGB (Red+Green+Blue) = 194+64+235=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #C240EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C240EB is #3DBF14. Grayscale: #797979. Windows color (decimal): -4046613 or 15417538. OLE color: 15417538.
HSL color Cylindrical-coordinate representation of color #C240EB: hue angle of 285.61º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C240EB is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 64 | 235 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.08 |
| HSL | 285.61º | 0.81% | 0.59% | - |
| HSV(B) | 285.61º | 0.73% | 0.92% | - |
| XYZ | 39.08 | 21.13 | 80.62 | - |
| YUV | 122.36 | 191.57 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 235 | 0.17 | 0.73 | 0 | 0.08 | 285.61 | 0.81 | 0.59 |
| Hex | C2 | 40 | EB | 11 | 49 | 0 | 8 | 11E | 51 | 3B |
| Octal | 302 | 100 | 353 | 21 | 111 | 0 | 10 | 436 | 121 | 73 |
| Binary | 11000010 | 1000000 | 11101011 | 10001 | 1001001 | 0 | 1000 | 100011110 | 1010001 | 111011 |
Color Harmonies of #C240EB
Complementary color
Monochromatic Colors of #C240EB
Black with #C240EB
Text Example
Text Example
White with #C240EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240EB; }
p { color: rgb(194,64,235); }
H1.HeaderClassName
{
color: #C240EB;
}
.AnyTagClassName
{
color: #C240EB;
}
</style>
background-color css
<style>
a { background-color: #C240EB; }
a { background-color: rgb(194,64,235); }
div.DivClassName
{
background-color: #C240EB;
}
.BgClassName
{
background-color: #C240EB;
}
</style>
border-color css
<style>
span { border-color: #C240EB; }
span { border-color: rgb(194,64,235); }
td.TdClassName
{
border-color: #C240EB;
}
.TagClassName
{
border-color: #C240EB;
}
</style>