Shades of Medium Orchid #C12AE5
Tints of Medium Orchid #C12AE5
RGB
CMYK
RGB Variations
Color information
#C12AE5 (or 0xC12AE5) is known color: Medium Orchid. HEX triplet: C1, 2A and E5. RGB value is (193,42,229). Sum of RGB (Red+Green+Blue) = 193+42+229=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #C12AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12AE5 is #3ED51A. Grayscale: #6B6B6B. Windows color (decimal): -4117787 or 15018689. OLE color: 15018689.
HSL color Cylindrical-coordinate representation of color #C12AE5: hue angle of 288.45º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12AE5 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 42 | 229 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.10 |
| HSL | 288.45º | 0.78% | 0.53% | - |
| HSV(B) | 288.45º | 0.82% | 0.9% | - |
| XYZ | 36.96 | 18.65 | 75.78 | - |
| YUV | 108.47 | 196.03 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 229 | 0.16 | 0.82 | 0 | 0.10 | 288.45 | 0.78 | 0.53 |
| Hex | C1 | 2A | E5 | 10 | 52 | 0 | A | 120 | 4E | 35 |
| Octal | 301 | 52 | 345 | 20 | 122 | 0 | 12 | 440 | 116 | 65 |
| Binary | 11000001 | 101010 | 11100101 | 10000 | 1010010 | 0 | 1010 | 100100000 | 1001110 | 110101 |
Color Harmonies of #C12AE5
Complementary color
Monochromatic Colors of #C12AE5
Black with #C12AE5
Text Example
Text Example
White with #C12AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12AE5; }
p { color: rgb(193,42,229); }
H1.HeaderClassName
{
color: #C12AE5;
}
.AnyTagClassName
{
color: #C12AE5;
}
</style>
background-color css
<style>
a { background-color: #C12AE5; }
a { background-color: rgb(193,42,229); }
div.DivClassName
{
background-color: #C12AE5;
}
.BgClassName
{
background-color: #C12AE5;
}
</style>
border-color css
<style>
span { border-color: #C12AE5; }
span { border-color: rgb(193,42,229); }
td.TdClassName
{
border-color: #C12AE5;
}
.TagClassName
{
border-color: #C12AE5;
}
</style>