Shades of Medium Orchid #C13BEA
Tints of Medium Orchid #C13BEA
RGB
CMYK
RGB Variations
Color information
#C13BEA (or 0xC13BEA) is known color: Medium Orchid. HEX triplet: C1, 3B and EA. RGB value is (193,59,234). Sum of RGB (Red+Green+Blue) = 193+59+234=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 59 (23.44% from 255 or 12.14% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #C13BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13BEA is #3EC415. Grayscale: #767676. Windows color (decimal): -4113430 or 15350721. OLE color: 15350721.
HSL color Cylindrical-coordinate representation of color #C13BEA: hue angle of 285.94º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13BEA is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 59 | 234 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.08 |
| HSL | 285.94º | 0.81% | 0.57% | - |
| HSV(B) | 285.94º | 0.75% | 0.92% | - |
| XYZ | 38.41 | 20.41 | 79.76 | - |
| YUV | 119.02 | 192.89 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 234 | 0.18 | 0.75 | 0 | 0.08 | 285.94 | 0.81 | 0.57 |
| Hex | C1 | 3B | EA | 12 | 4B | 0 | 8 | 11E | 51 | 39 |
| Octal | 301 | 73 | 352 | 22 | 113 | 0 | 10 | 436 | 121 | 71 |
| Binary | 11000001 | 111011 | 11101010 | 10010 | 1001011 | 0 | 1000 | 100011110 | 1010001 | 111001 |
Color Harmonies of #C13BEA
Complementary color
Monochromatic Colors of #C13BEA
Black with #C13BEA
Text Example
Text Example
White with #C13BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13BEA; }
p { color: rgb(193,59,234); }
H1.HeaderClassName
{
color: #C13BEA;
}
.AnyTagClassName
{
color: #C13BEA;
}
</style>
background-color css
<style>
a { background-color: #C13BEA; }
a { background-color: rgb(193,59,234); }
div.DivClassName
{
background-color: #C13BEA;
}
.BgClassName
{
background-color: #C13BEA;
}
</style>
border-color css
<style>
span { border-color: #C13BEA; }
span { border-color: rgb(193,59,234); }
td.TdClassName
{
border-color: #C13BEA;
}
.TagClassName
{
border-color: #C13BEA;
}
</style>