Shades of Medium Orchid #C13CE0
Tints of Medium Orchid #C13CE0
RGB
CMYK
RGB Variations
Color information
#C13CE0 (or 0xC13CE0) is known color: Medium Orchid. HEX triplet: C1, 3C and E0. RGB value is (193,60,224). Sum of RGB (Red+Green+Blue) = 193+60+224=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #C13CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13CE0 is #3EC31F. Grayscale: #757575. Windows color (decimal): -4113184 or 14695617. OLE color: 14695617.
HSL color Cylindrical-coordinate representation of color #C13CE0: hue angle of 288.66º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13CE0 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 60 | 224 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.12 |
| HSL | 288.66º | 0.73% | 0.56% | - |
| HSV(B) | 288.66º | 0.73% | 0.88% | - |
| XYZ | 37.06 | 19.95 | 72.42 | - |
| YUV | 118.46 | 187.56 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 224 | 0.14 | 0.73 | 0 | 0.12 | 288.66 | 0.73 | 0.56 |
| Hex | C1 | 3C | E0 | E | 49 | 0 | C | 121 | 49 | 38 |
| Octal | 301 | 74 | 340 | 16 | 111 | 0 | 14 | 441 | 111 | 70 |
| Binary | 11000001 | 111100 | 11100000 | 1110 | 1001001 | 0 | 1100 | 100100001 | 1001001 | 111000 |
Color Harmonies of #C13CE0
Complementary color
Monochromatic Colors of #C13CE0
Black with #C13CE0
Text Example
Text Example
White with #C13CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13CE0; }
p { color: rgb(193,60,224); }
H1.HeaderClassName
{
color: #C13CE0;
}
.AnyTagClassName
{
color: #C13CE0;
}
</style>
background-color css
<style>
a { background-color: #C13CE0; }
a { background-color: rgb(193,60,224); }
div.DivClassName
{
background-color: #C13CE0;
}
.BgClassName
{
background-color: #C13CE0;
}
</style>
border-color css
<style>
span { border-color: #C13CE0; }
span { border-color: rgb(193,60,224); }
td.TdClassName
{
border-color: #C13CE0;
}
.TagClassName
{
border-color: #C13CE0;
}
</style>