Shades of Medium Orchid #C12FD8
Tints of Medium Orchid #C12FD8
RGB
CMYK
RGB Variations
Color information
#C12FD8 (or 0xC12FD8) is known color: Medium Orchid. HEX triplet: C1, 2F and D8. RGB value is (193,47,216). Sum of RGB (Red+Green+Blue) = 193+47+216=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 216 - color contains mainly: blue. Hex color #C12FD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FD8 is #3ED027. Grayscale: #6D6D6D. Windows color (decimal): -4116520 or 14168001. OLE color: 14168001.
HSL color Cylindrical-coordinate representation of color #C12FD8: hue angle of 291.83º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12FD8 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 47 | 216 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.15 |
| HSL | 291.83º | 0.68% | 0.52% | - |
| HSV(B) | 291.83º | 0.78% | 0.85% | - |
| XYZ | 35.4 | 18.33 | 66.64 | - |
| YUV | 109.92 | 187.87 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 216 | 0.11 | 0.78 | 0 | 0.15 | 291.83 | 0.68 | 0.52 |
| Hex | C1 | 2F | D8 | B | 4E | 0 | F | 124 | 44 | 34 |
| Octal | 301 | 57 | 330 | 13 | 116 | 0 | 17 | 444 | 104 | 64 |
| Binary | 11000001 | 101111 | 11011000 | 1011 | 1001110 | 0 | 1111 | 100100100 | 1000100 | 110100 |
Color Harmonies of #C12FD8
Complementary color
Monochromatic Colors of #C12FD8
Black with #C12FD8
Text Example
Text Example
White with #C12FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FD8; }
p { color: rgb(193,47,216); }
H1.HeaderClassName
{
color: #C12FD8;
}
.AnyTagClassName
{
color: #C12FD8;
}
</style>
background-color css
<style>
a { background-color: #C12FD8; }
a { background-color: rgb(193,47,216); }
div.DivClassName
{
background-color: #C12FD8;
}
.BgClassName
{
background-color: #C12FD8;
}
</style>
border-color css
<style>
span { border-color: #C12FD8; }
span { border-color: rgb(193,47,216); }
td.TdClassName
{
border-color: #C12FD8;
}
.TagClassName
{
border-color: #C12FD8;
}
</style>