Shades of Medium Orchid #C12ECF
Tints of Medium Orchid #C12ECF
RGB
CMYK
RGB Variations
Color information
#C12ECF (or 0xC12ECF) is known color: Medium Orchid. HEX triplet: C1, 2E and CF. RGB value is (193,46,207). Sum of RGB (Red+Green+Blue) = 193+46+207=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #C12ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ECF is #3ED130. Grayscale: #6B6B6B. Windows color (decimal): -4116785 or 13577921. OLE color: 13577921.
HSL color Cylindrical-coordinate representation of color #C12ECF: hue angle of 294.78º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12ECF is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 46 | 207 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.19 |
| HSL | 294.78º | 0.64% | 0.5% | - |
| HSV(B) | 294.78º | 0.78% | 0.81% | - |
| XYZ | 34.23 | 17.8 | 60.66 | - |
| YUV | 108.31 | 183.7 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 46 | 207 | 0.07 | 0.78 | 0 | 0.19 | 294.78 | 0.64 | 0.5 |
| Hex | C1 | 2E | CF | 7 | 4E | 0 | 13 | 127 | 40 | 32 |
| Octal | 301 | 56 | 317 | 7 | 116 | 0 | 23 | 447 | 100 | 62 |
| Binary | 11000001 | 101110 | 11001111 | 111 | 1001110 | 0 | 10011 | 100100111 | 1000000 | 110010 |
Color Harmonies of #C12ECF
Complementary color
Monochromatic Colors of #C12ECF
Black with #C12ECF
Text Example
Text Example
White with #C12ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12ECF; }
p { color: rgb(193,46,207); }
H1.HeaderClassName
{
color: #C12ECF;
}
.AnyTagClassName
{
color: #C12ECF;
}
</style>
background-color css
<style>
a { background-color: #C12ECF; }
a { background-color: rgb(193,46,207); }
div.DivClassName
{
background-color: #C12ECF;
}
.BgClassName
{
background-color: #C12ECF;
}
</style>
border-color css
<style>
span { border-color: #C12ECF; }
span { border-color: rgb(193,46,207); }
td.TdClassName
{
border-color: #C12ECF;
}
.TagClassName
{
border-color: #C12ECF;
}
</style>