Shades of Medium Orchid #C12CCF
Tints of Medium Orchid #C12CCF
RGB
CMYK
RGB Variations
Color information
#C12CCF (or 0xC12CCF) is known color: Medium Orchid. HEX triplet: C1, 2C and CF. RGB value is (193,44,207). Sum of RGB (Red+Green+Blue) = 193+44+207=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #C12CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12CCF is #3ED330. Grayscale: #6A6A6A. Windows color (decimal): -4117297 or 13577409. OLE color: 13577409.
HSL color Cylindrical-coordinate representation of color #C12CCF: hue angle of 294.85º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12CCF is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 44 | 207 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.19 |
| HSL | 294.85º | 0.65% | 0.49% | - |
| HSV(B) | 294.85º | 0.79% | 0.81% | - |
| XYZ | 34.16 | 17.64 | 60.64 | - |
| YUV | 107.13 | 184.36 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 207 | 0.07 | 0.79 | 0 | 0.19 | 294.85 | 0.65 | 0.49 |
| Hex | C1 | 2C | CF | 7 | 4F | 0 | 13 | 127 | 41 | 31 |
| Octal | 301 | 54 | 317 | 7 | 117 | 0 | 23 | 447 | 101 | 61 |
| Binary | 11000001 | 101100 | 11001111 | 111 | 1001111 | 0 | 10011 | 100100111 | 1000001 | 110001 |
Color Harmonies of #C12CCF
Complementary color
Monochromatic Colors of #C12CCF
Black with #C12CCF
Text Example
Text Example
White with #C12CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12CCF; }
p { color: rgb(193,44,207); }
H1.HeaderClassName
{
color: #C12CCF;
}
.AnyTagClassName
{
color: #C12CCF;
}
</style>
background-color css
<style>
a { background-color: #C12CCF; }
a { background-color: rgb(193,44,207); }
div.DivClassName
{
background-color: #C12CCF;
}
.BgClassName
{
background-color: #C12CCF;
}
</style>
border-color css
<style>
span { border-color: #C12CCF; }
span { border-color: rgb(193,44,207); }
td.TdClassName
{
border-color: #C12CCF;
}
.TagClassName
{
border-color: #C12CCF;
}
</style>