Shades of Medium Orchid #C243E5
Tints of Medium Orchid #C243E5
RGB
CMYK
RGB Variations
Color information
#C243E5 (or 0xC243E5) is known color: Medium Orchid. HEX triplet: C2, 43 and E5. RGB value is (194,67,229). Sum of RGB (Red+Green+Blue) = 194+67+229=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 67 (26.56% from 255 or 13.67% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #C243E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C243E5 is #3DBC1A. Grayscale: #7A7A7A. Windows color (decimal): -4045851 or 15025090. OLE color: 15025090.
HSL color Cylindrical-coordinate representation of color #C243E5: hue angle of 287.04º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C243E5 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 67 | 229 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.10 |
| HSL | 287.04º | 0.76% | 0.58% | - |
| HSV(B) | 287.04º | 0.71% | 0.9% | - |
| XYZ | 38.4 | 21.14 | 76.19 | - |
| YUV | 123.44 | 187.58 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 229 | 0.15 | 0.71 | 0 | 0.10 | 287.04 | 0.76 | 0.58 |
| Hex | C2 | 43 | E5 | F | 47 | 0 | A | 11F | 4C | 3A |
| Octal | 302 | 103 | 345 | 17 | 107 | 0 | 12 | 437 | 114 | 72 |
| Binary | 11000010 | 1000011 | 11100101 | 1111 | 1000111 | 0 | 1010 | 100011111 | 1001100 | 111010 |
Color Harmonies of #C243E5
Complementary color
Monochromatic Colors of #C243E5
Black with #C243E5
Text Example
Text Example
White with #C243E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C243E5; }
p { color: rgb(194,67,229); }
H1.HeaderClassName
{
color: #C243E5;
}
.AnyTagClassName
{
color: #C243E5;
}
</style>
background-color css
<style>
a { background-color: #C243E5; }
a { background-color: rgb(194,67,229); }
div.DivClassName
{
background-color: #C243E5;
}
.BgClassName
{
background-color: #C243E5;
}
</style>
border-color css
<style>
span { border-color: #C243E5; }
span { border-color: rgb(194,67,229); }
td.TdClassName
{
border-color: #C243E5;
}
.TagClassName
{
border-color: #C243E5;
}
</style>