Shades of Medium Orchid #C13AEA
Tints of Medium Orchid #C13AEA
RGB
CMYK
RGB Variations
Color information
#C13AEA (or 0xC13AEA) is known color: Medium Orchid. HEX triplet: C1, 3A and EA. RGB value is (193,58,234). Sum of RGB (Red+Green+Blue) = 193+58+234=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #C13AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13AEA is #3EC515. Grayscale: #757575. Windows color (decimal): -4113686 or 15350465. OLE color: 15350465.
HSL color Cylindrical-coordinate representation of color #C13AEA: hue angle of 286.02º 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 #C13AEA is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 58 | 234 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.08 |
| HSL | 286.02º | 0.81% | 0.57% | - |
| HSV(B) | 286.02º | 0.75% | 0.92% | - |
| XYZ | 38.36 | 20.3 | 79.74 | - |
| YUV | 118.43 | 193.23 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 234 | 0.18 | 0.75 | 0 | 0.08 | 286.02 | 0.81 | 0.57 |
| Hex | C1 | 3A | EA | 12 | 4B | 0 | 8 | 11E | 51 | 39 |
| Octal | 301 | 72 | 352 | 22 | 113 | 0 | 10 | 436 | 121 | 71 |
| Binary | 11000001 | 111010 | 11101010 | 10010 | 1001011 | 0 | 1000 | 100011110 | 1010001 | 111001 |
Color Harmonies of #C13AEA
Complementary color
Monochromatic Colors of #C13AEA
Black with #C13AEA
Text Example
Text Example
White with #C13AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13AEA; }
p { color: rgb(193,58,234); }
H1.HeaderClassName
{
color: #C13AEA;
}
.AnyTagClassName
{
color: #C13AEA;
}
</style>
background-color css
<style>
a { background-color: #C13AEA; }
a { background-color: rgb(193,58,234); }
div.DivClassName
{
background-color: #C13AEA;
}
.BgClassName
{
background-color: #C13AEA;
}
</style>
border-color css
<style>
span { border-color: #C13AEA; }
span { border-color: rgb(193,58,234); }
td.TdClassName
{
border-color: #C13AEA;
}
.TagClassName
{
border-color: #C13AEA;
}
</style>