Shades of Medium Orchid #C12ADC
Tints of Medium Orchid #C12ADC
RGB
CMYK
RGB Variations
Color information
#C12ADC (or 0xC12ADC) is known color: Medium Orchid. HEX triplet: C1, 2A and DC. RGB value is (193,42,220). Sum of RGB (Red+Green+Blue) = 193+42+220=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 42 (16.80% from 255 or 9.23% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #C12ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ADC is #3ED523. Grayscale: #6A6A6A. Windows color (decimal): -4117796 or 14428865. OLE color: 14428865.
HSL color Cylindrical-coordinate representation of color #C12ADC: hue angle of 290.9º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12ADC is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 42 | 220 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.14 |
| HSL | 290.9º | 0.72% | 0.51% | - |
| HSV(B) | 290.9º | 0.81% | 0.86% | - |
| XYZ | 35.74 | 18.16 | 69.33 | - |
| YUV | 107.44 | 191.53 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 220 | 0.12 | 0.81 | 0 | 0.14 | 290.9 | 0.72 | 0.51 |
| Hex | C1 | 2A | DC | C | 51 | 0 | E | 123 | 48 | 33 |
| Octal | 301 | 52 | 334 | 14 | 121 | 0 | 16 | 443 | 110 | 63 |
| Binary | 11000001 | 101010 | 11011100 | 1100 | 1010001 | 0 | 1110 | 100100011 | 1001000 | 110011 |
Color Harmonies of #C12ADC
Complementary color
Monochromatic Colors of #C12ADC
Black with #C12ADC
Text Example
Text Example
White with #C12ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12ADC; }
p { color: rgb(193,42,220); }
H1.HeaderClassName
{
color: #C12ADC;
}
.AnyTagClassName
{
color: #C12ADC;
}
</style>
background-color css
<style>
a { background-color: #C12ADC; }
a { background-color: rgb(193,42,220); }
div.DivClassName
{
background-color: #C12ADC;
}
.BgClassName
{
background-color: #C12ADC;
}
</style>
border-color css
<style>
span { border-color: #C12ADC; }
span { border-color: rgb(193,42,220); }
td.TdClassName
{
border-color: #C12ADC;
}
.TagClassName
{
border-color: #C12ADC;
}
</style>