Shades of Medium Orchid #C13BE0
Tints of Medium Orchid #C13BE0
RGB
CMYK
RGB Variations
Color information
#C13BE0 (or 0xC13BE0) is known color: Medium Orchid. HEX triplet: C1, 3B and E0. RGB value is (193,59,224). Sum of RGB (Red+Green+Blue) = 193+59+224=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #C13BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13BE0 is #3EC41F. Grayscale: #757575. Windows color (decimal): -4113440 or 14695361. OLE color: 14695361.
HSL color Cylindrical-coordinate representation of color #C13BE0: hue angle of 288.73º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13BE0 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 59 | 224 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.12 |
| HSL | 288.73º | 0.73% | 0.55% | - |
| HSV(B) | 288.73º | 0.74% | 0.88% | - |
| XYZ | 37.01 | 19.85 | 72.4 | - |
| YUV | 117.88 | 187.89 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 224 | 0.14 | 0.74 | 0 | 0.12 | 288.73 | 0.73 | 0.55 |
| Hex | C1 | 3B | E0 | E | 4A | 0 | C | 121 | 49 | 37 |
| Octal | 301 | 73 | 340 | 16 | 112 | 0 | 14 | 441 | 111 | 67 |
| Binary | 11000001 | 111011 | 11100000 | 1110 | 1001010 | 0 | 1100 | 100100001 | 1001001 | 110111 |
Color Harmonies of #C13BE0
Complementary color
Monochromatic Colors of #C13BE0
Black with #C13BE0
Text Example
Text Example
White with #C13BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13BE0; }
p { color: rgb(193,59,224); }
H1.HeaderClassName
{
color: #C13BE0;
}
.AnyTagClassName
{
color: #C13BE0;
}
</style>
background-color css
<style>
a { background-color: #C13BE0; }
a { background-color: rgb(193,59,224); }
div.DivClassName
{
background-color: #C13BE0;
}
.BgClassName
{
background-color: #C13BE0;
}
</style>
border-color css
<style>
span { border-color: #C13BE0; }
span { border-color: rgb(193,59,224); }
td.TdClassName
{
border-color: #C13BE0;
}
.TagClassName
{
border-color: #C13BE0;
}
</style>