Shades of Medium Orchid #C12CEA
Tints of Medium Orchid #C12CEA
RGB
CMYK
RGB Variations
Color information
#C12CEA (or 0xC12CEA) is known color: Medium Orchid. HEX triplet: C1, 2C and EA. RGB value is (193,44,234). Sum of RGB (Red+Green+Blue) = 193+44+234=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #C12CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12CEA is #3ED315. Grayscale: #6D6D6D. Windows color (decimal): -4117270 or 15346881. OLE color: 15346881.
HSL color Cylindrical-coordinate representation of color #C12CEA: hue angle of 287.05º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12CEA is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 44 | 234 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.08 |
| HSL | 287.05º | 0.82% | 0.55% | - |
| HSV(B) | 287.05º | 0.81% | 0.92% | - |
| XYZ | 37.74 | 19.08 | 79.54 | - |
| YUV | 110.21 | 197.86 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 234 | 0.18 | 0.81 | 0 | 0.08 | 287.05 | 0.82 | 0.55 |
| Hex | C1 | 2C | EA | 12 | 51 | 0 | 8 | 11F | 52 | 37 |
| Octal | 301 | 54 | 352 | 22 | 121 | 0 | 10 | 437 | 122 | 67 |
| Binary | 11000001 | 101100 | 11101010 | 10010 | 1010001 | 0 | 1000 | 100011111 | 1010010 | 110111 |
Color Harmonies of #C12CEA
Complementary color
Monochromatic Colors of #C12CEA
Black with #C12CEA
Text Example
Text Example
White with #C12CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12CEA; }
p { color: rgb(193,44,234); }
H1.HeaderClassName
{
color: #C12CEA;
}
.AnyTagClassName
{
color: #C12CEA;
}
</style>
background-color css
<style>
a { background-color: #C12CEA; }
a { background-color: rgb(193,44,234); }
div.DivClassName
{
background-color: #C12CEA;
}
.BgClassName
{
background-color: #C12CEA;
}
</style>
border-color css
<style>
span { border-color: #C12CEA; }
span { border-color: rgb(193,44,234); }
td.TdClassName
{
border-color: #C12CEA;
}
.TagClassName
{
border-color: #C12CEA;
}
</style>