Shades of Medium Orchid #C13BDC
Tints of Medium Orchid #C13BDC
RGB
CMYK
RGB Variations
Color information
#C13BDC (or 0xC13BDC) is known color: Medium Orchid. HEX triplet: C1, 3B and DC. RGB value is (193,59,220). Sum of RGB (Red+Green+Blue) = 193+59+220=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #C13BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13BDC is #3EC423. Grayscale: #747474. Windows color (decimal): -4113444 or 14433217. OLE color: 14433217.
HSL color Cylindrical-coordinate representation of color #C13BDC: hue angle of 289.94º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13BDC is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 59 | 220 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.14 |
| HSL | 289.94º | 0.7% | 0.55% | - |
| HSV(B) | 289.94º | 0.73% | 0.86% | - |
| XYZ | 36.47 | 19.63 | 69.58 | - |
| YUV | 117.42 | 185.89 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 220 | 0.12 | 0.73 | 0 | 0.14 | 289.94 | 0.7 | 0.55 |
| Hex | C1 | 3B | DC | C | 49 | 0 | E | 122 | 46 | 37 |
| Octal | 301 | 73 | 334 | 14 | 111 | 0 | 16 | 442 | 106 | 67 |
| Binary | 11000001 | 111011 | 11011100 | 1100 | 1001001 | 0 | 1110 | 100100010 | 1000110 | 110111 |
Color Harmonies of #C13BDC
Complementary color
Monochromatic Colors of #C13BDC
Black with #C13BDC
Text Example
Text Example
White with #C13BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13BDC; }
p { color: rgb(193,59,220); }
H1.HeaderClassName
{
color: #C13BDC;
}
.AnyTagClassName
{
color: #C13BDC;
}
</style>
background-color css
<style>
a { background-color: #C13BDC; }
a { background-color: rgb(193,59,220); }
div.DivClassName
{
background-color: #C13BDC;
}
.BgClassName
{
background-color: #C13BDC;
}
</style>
border-color css
<style>
span { border-color: #C13BDC; }
span { border-color: rgb(193,59,220); }
td.TdClassName
{
border-color: #C13BDC;
}
.TagClassName
{
border-color: #C13BDC;
}
</style>