Shades of Medium Orchid #C12CD1
Tints of Medium Orchid #C12CD1
RGB
CMYK
RGB Variations
Color information
#C12CD1 (or 0xC12CD1) is known color: Medium Orchid. HEX triplet: C1, 2C and D1. RGB value is (193,44,209). Sum of RGB (Red+Green+Blue) = 193+44+209=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #C12CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12CD1 is #3ED32E. Grayscale: #6A6A6A. Windows color (decimal): -4117295 or 13708481. OLE color: 13708481.
HSL color Cylindrical-coordinate representation of color #C12CD1: hue angle of 294.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12CD1 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 44 | 209 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.18 |
| HSL | 294.18º | 0.65% | 0.5% | - |
| HSV(B) | 294.18º | 0.79% | 0.82% | - |
| XYZ | 34.4 | 17.74 | 61.93 | - |
| YUV | 107.36 | 185.36 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 209 | 0.08 | 0.79 | 0 | 0.18 | 294.18 | 0.65 | 0.5 |
| Hex | C1 | 2C | D1 | 8 | 4F | 0 | 12 | 126 | 41 | 32 |
| Octal | 301 | 54 | 321 | 10 | 117 | 0 | 22 | 446 | 101 | 62 |
| Binary | 11000001 | 101100 | 11010001 | 1000 | 1001111 | 0 | 10010 | 100100110 | 1000001 | 110010 |
Color Harmonies of #C12CD1
Complementary color
Monochromatic Colors of #C12CD1
Black with #C12CD1
Text Example
Text Example
White with #C12CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12CD1; }
p { color: rgb(193,44,209); }
H1.HeaderClassName
{
color: #C12CD1;
}
.AnyTagClassName
{
color: #C12CD1;
}
</style>
background-color css
<style>
a { background-color: #C12CD1; }
a { background-color: rgb(193,44,209); }
div.DivClassName
{
background-color: #C12CD1;
}
.BgClassName
{
background-color: #C12CD1;
}
</style>
border-color css
<style>
span { border-color: #C12CD1; }
span { border-color: rgb(193,44,209); }
td.TdClassName
{
border-color: #C12CD1;
}
.TagClassName
{
border-color: #C12CD1;
}
</style>