Shades of Medium Orchid #C243EB
Tints of Medium Orchid #C243EB
RGB
CMYK
RGB Variations
Color information
#C243EB (or 0xC243EB) is known color: Medium Orchid. HEX triplet: C2, 43 and EB. RGB value is (194,67,235). Sum of RGB (Red+Green+Blue) = 194+67+235=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 67 (26.56% from 255 or 13.51% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #C243EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C243EB is #3DBC14. Grayscale: #7B7B7B. Windows color (decimal): -4045845 or 15418306. OLE color: 15418306.
HSL color Cylindrical-coordinate representation of color #C243EB: hue angle of 285.36º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C243EB is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 67 | 235 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.08 |
| HSL | 285.36º | 0.81% | 0.59% | - |
| HSV(B) | 285.36º | 0.71% | 0.92% | - |
| XYZ | 39.25 | 21.48 | 80.67 | - |
| YUV | 124.13 | 190.58 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 235 | 0.17 | 0.71 | 0 | 0.08 | 285.36 | 0.81 | 0.59 |
| Hex | C2 | 43 | EB | 11 | 47 | 0 | 8 | 11D | 51 | 3B |
| Octal | 302 | 103 | 353 | 21 | 107 | 0 | 10 | 435 | 121 | 73 |
| Binary | 11000010 | 1000011 | 11101011 | 10001 | 1000111 | 0 | 1000 | 100011101 | 1010001 | 111011 |
Color Harmonies of #C243EB
Complementary color
Monochromatic Colors of #C243EB
Black with #C243EB
Text Example
Text Example
White with #C243EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C243EB; }
p { color: rgb(194,67,235); }
H1.HeaderClassName
{
color: #C243EB;
}
.AnyTagClassName
{
color: #C243EB;
}
</style>
background-color css
<style>
a { background-color: #C243EB; }
a { background-color: rgb(194,67,235); }
div.DivClassName
{
background-color: #C243EB;
}
.BgClassName
{
background-color: #C243EB;
}
</style>
border-color css
<style>
span { border-color: #C243EB; }
span { border-color: rgb(194,67,235); }
td.TdClassName
{
border-color: #C243EB;
}
.TagClassName
{
border-color: #C243EB;
}
</style>