Shades of Medium Orchid #C12FCF
Tints of Medium Orchid #C12FCF
RGB
CMYK
RGB Variations
Color information
#C12FCF (or 0xC12FCF) is known color: Medium Orchid. HEX triplet: C1, 2F and CF. RGB value is (193,47,207). Sum of RGB (Red+Green+Blue) = 193+47+207=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #C12FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FCF is #3ED030. Grayscale: #6C6C6C. Windows color (decimal): -4116529 or 13578177. OLE color: 13578177.
HSL color Cylindrical-coordinate representation of color #C12FCF: hue angle of 294.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12FCF is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 47 | 207 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.19 |
| HSL | 294.75º | 0.63% | 0.5% | - |
| HSV(B) | 294.75º | 0.77% | 0.81% | - |
| XYZ | 34.27 | 17.88 | 60.68 | - |
| YUV | 108.89 | 183.37 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 207 | 0.07 | 0.77 | 0 | 0.19 | 294.75 | 0.63 | 0.5 |
| Hex | C1 | 2F | CF | 7 | 4D | 0 | 13 | 127 | 3F | 32 |
| Octal | 301 | 57 | 317 | 7 | 115 | 0 | 23 | 447 | 77 | 62 |
| Binary | 11000001 | 101111 | 11001111 | 111 | 1001101 | 0 | 10011 | 100100111 | 111111 | 110010 |
Color Harmonies of #C12FCF
Complementary color
Monochromatic Colors of #C12FCF
Black with #C12FCF
Text Example
Text Example
White with #C12FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FCF; }
p { color: rgb(193,47,207); }
H1.HeaderClassName
{
color: #C12FCF;
}
.AnyTagClassName
{
color: #C12FCF;
}
</style>
background-color css
<style>
a { background-color: #C12FCF; }
a { background-color: rgb(193,47,207); }
div.DivClassName
{
background-color: #C12FCF;
}
.BgClassName
{
background-color: #C12FCF;
}
</style>
border-color css
<style>
span { border-color: #C12FCF; }
span { border-color: rgb(193,47,207); }
td.TdClassName
{
border-color: #C12FCF;
}
.TagClassName
{
border-color: #C12FCF;
}
</style>