Shades of Medium Orchid #C12FE8
Tints of Medium Orchid #C12FE8
RGB
CMYK
RGB Variations
Color information
#C12FE8 (or 0xC12FE8) is known color: Medium Orchid. HEX triplet: C1, 2F and E8. RGB value is (193,47,232). Sum of RGB (Red+Green+Blue) = 193+47+232=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #C12FE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12FE8 is #3ED017. Grayscale: #6F6F6F. Windows color (decimal): -4116504 or 15216577. OLE color: 15216577.
HSL color Cylindrical-coordinate representation of color #C12FE8: hue angle of 287.35º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12FE8 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 47 | 232 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.09 |
| HSL | 287.35º | 0.8% | 0.55% | - |
| HSV(B) | 287.35º | 0.8% | 0.91% | - |
| XYZ | 37.57 | 19.2 | 78.07 | - |
| YUV | 111.74 | 195.87 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 232 | 0.17 | 0.80 | 0 | 0.09 | 287.35 | 0.8 | 0.55 |
| Hex | C1 | 2F | E8 | 11 | 50 | 0 | 9 | 11F | 50 | 37 |
| Octal | 301 | 57 | 350 | 21 | 120 | 0 | 11 | 437 | 120 | 67 |
| Binary | 11000001 | 101111 | 11101000 | 10001 | 1010000 | 0 | 1001 | 100011111 | 1010000 | 110111 |
Color Harmonies of #C12FE8
Complementary color
Monochromatic Colors of #C12FE8
Black with #C12FE8
Text Example
Text Example
White with #C12FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FE8; }
p { color: rgb(193,47,232); }
H1.HeaderClassName
{
color: #C12FE8;
}
.AnyTagClassName
{
color: #C12FE8;
}
</style>
background-color css
<style>
a { background-color: #C12FE8; }
a { background-color: rgb(193,47,232); }
div.DivClassName
{
background-color: #C12FE8;
}
.BgClassName
{
background-color: #C12FE8;
}
</style>
border-color css
<style>
span { border-color: #C12FE8; }
span { border-color: rgb(193,47,232); }
td.TdClassName
{
border-color: #C12FE8;
}
.TagClassName
{
border-color: #C12FE8;
}
</style>