Shades of Medium Orchid #C12BDE
Tints of Medium Orchid #C12BDE
RGB
CMYK
RGB Variations
Color information
#C12BDE (or 0xC12BDE) is known color: Medium Orchid. HEX triplet: C1, 2B and DE. RGB value is (193,43,222). Sum of RGB (Red+Green+Blue) = 193+43+222=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 43 (17.19% from 255 or 9.39% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #C12BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BDE is #3ED421. Grayscale: #6B6B6B. Windows color (decimal): -4117538 or 14560193. OLE color: 14560193.
HSL color Cylindrical-coordinate representation of color #C12BDE: hue angle of 290.28º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12BDE is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 43 | 222 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.13 |
| HSL | 290.28º | 0.73% | 0.52% | - |
| HSV(B) | 290.28º | 0.81% | 0.87% | - |
| XYZ | 36.04 | 18.34 | 70.75 | - |
| YUV | 108.26 | 192.2 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 222 | 0.13 | 0.81 | 0 | 0.13 | 290.28 | 0.73 | 0.52 |
| Hex | C1 | 2B | DE | D | 51 | 0 | D | 122 | 49 | 34 |
| Octal | 301 | 53 | 336 | 15 | 121 | 0 | 15 | 442 | 111 | 64 |
| Binary | 11000001 | 101011 | 11011110 | 1101 | 1010001 | 0 | 1101 | 100100010 | 1001001 | 110100 |
Color Harmonies of #C12BDE
Complementary color
Monochromatic Colors of #C12BDE
Black with #C12BDE
Text Example
Text Example
White with #C12BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BDE; }
p { color: rgb(193,43,222); }
H1.HeaderClassName
{
color: #C12BDE;
}
.AnyTagClassName
{
color: #C12BDE;
}
</style>
background-color css
<style>
a { background-color: #C12BDE; }
a { background-color: rgb(193,43,222); }
div.DivClassName
{
background-color: #C12BDE;
}
.BgClassName
{
background-color: #C12BDE;
}
</style>
border-color css
<style>
span { border-color: #C12BDE; }
span { border-color: rgb(193,43,222); }
td.TdClassName
{
border-color: #C12BDE;
}
.TagClassName
{
border-color: #C12BDE;
}
</style>