Shades of Medium Orchid #C12FD0
Tints of Medium Orchid #C12FD0
RGB
CMYK
RGB Variations
Color information
#C12FD0 (or 0xC12FD0) is known color: Medium Orchid. HEX triplet: C1, 2F and D0. RGB value is (193,47,208). Sum of RGB (Red+Green+Blue) = 193+47+208=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #C12FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FD0 is #3ED02F. Grayscale: #6C6C6C. Windows color (decimal): -4116528 or 13643713. OLE color: 13643713.
HSL color Cylindrical-coordinate representation of color #C12FD0: hue angle of 294.41º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12FD0 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 47 | 208 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.18 |
| HSL | 294.41º | 0.63% | 0.5% | - |
| HSV(B) | 294.41º | 0.77% | 0.82% | - |
| XYZ | 34.39 | 17.92 | 61.32 | - |
| YUV | 109.01 | 183.87 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 208 | 0.07 | 0.77 | 0 | 0.18 | 294.41 | 0.63 | 0.5 |
| Hex | C1 | 2F | D0 | 7 | 4D | 0 | 12 | 126 | 3F | 32 |
| Octal | 301 | 57 | 320 | 7 | 115 | 0 | 22 | 446 | 77 | 62 |
| Binary | 11000001 | 101111 | 11010000 | 111 | 1001101 | 0 | 10010 | 100100110 | 111111 | 110010 |
Color Harmonies of #C12FD0
Complementary color
Monochromatic Colors of #C12FD0
Black with #C12FD0
Text Example
Text Example
White with #C12FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FD0; }
p { color: rgb(193,47,208); }
H1.HeaderClassName
{
color: #C12FD0;
}
.AnyTagClassName
{
color: #C12FD0;
}
</style>
background-color css
<style>
a { background-color: #C12FD0; }
a { background-color: rgb(193,47,208); }
div.DivClassName
{
background-color: #C12FD0;
}
.BgClassName
{
background-color: #C12FD0;
}
</style>
border-color css
<style>
span { border-color: #C12FD0; }
span { border-color: rgb(193,47,208); }
td.TdClassName
{
border-color: #C12FD0;
}
.TagClassName
{
border-color: #C12FD0;
}
</style>