Shades of Medium Orchid #C12BDC
Tints of Medium Orchid #C12BDC
RGB
CMYK
RGB Variations
Color information
#C12BDC (or 0xC12BDC) is known color: Medium Orchid. HEX triplet: C1, 2B and DC. RGB value is (193,43,220). Sum of RGB (Red+Green+Blue) = 193+43+220=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 43 (17.19% from 255 or 9.43% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #C12BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BDC is #3ED423. Grayscale: #6B6B6B. Windows color (decimal): -4117540 or 14429121. OLE color: 14429121.
HSL color Cylindrical-coordinate representation of color #C12BDC: hue angle of 290.85º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12BDC is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 43 | 220 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.14 |
| HSL | 290.85º | 0.72% | 0.52% | - |
| HSV(B) | 290.85º | 0.8% | 0.86% | - |
| XYZ | 35.77 | 18.23 | 69.34 | - |
| YUV | 108.03 | 191.2 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 220 | 0.12 | 0.80 | 0 | 0.14 | 290.85 | 0.72 | 0.52 |
| Hex | C1 | 2B | DC | C | 50 | 0 | E | 123 | 48 | 34 |
| Octal | 301 | 53 | 334 | 14 | 120 | 0 | 16 | 443 | 110 | 64 |
| Binary | 11000001 | 101011 | 11011100 | 1100 | 1010000 | 0 | 1110 | 100100011 | 1001000 | 110100 |
Color Harmonies of #C12BDC
Complementary color
Monochromatic Colors of #C12BDC
Black with #C12BDC
Text Example
Text Example
White with #C12BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BDC; }
p { color: rgb(193,43,220); }
H1.HeaderClassName
{
color: #C12BDC;
}
.AnyTagClassName
{
color: #C12BDC;
}
</style>
background-color css
<style>
a { background-color: #C12BDC; }
a { background-color: rgb(193,43,220); }
div.DivClassName
{
background-color: #C12BDC;
}
.BgClassName
{
background-color: #C12BDC;
}
</style>
border-color css
<style>
span { border-color: #C12BDC; }
span { border-color: rgb(193,43,220); }
td.TdClassName
{
border-color: #C12BDC;
}
.TagClassName
{
border-color: #C12BDC;
}
</style>