Shades of Medium Orchid #C13BCE
Tints of Medium Orchid #C13BCE
RGB
CMYK
RGB Variations
Color information
#C13BCE (or 0xC13BCE) is known color: Medium Orchid. HEX triplet: C1, 3B and CE. RGB value is (193,59,206). Sum of RGB (Red+Green+Blue) = 193+59+206=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #C13BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13BCE is #3EC431. Grayscale: #737373. Windows color (decimal): -4113458 or 13515713. OLE color: 13515713.
HSL color Cylindrical-coordinate representation of color #C13BCE: hue angle of 294.69º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13BCE is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 59 | 206 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.19 |
| HSL | 294.69º | 0.6% | 0.52% | - |
| HSV(B) | 294.69º | 0.71% | 0.81% | - |
| XYZ | 34.7 | 18.92 | 60.22 | - |
| YUV | 115.82 | 178.89 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 206 | 0.06 | 0.71 | 0 | 0.19 | 294.69 | 0.6 | 0.52 |
| Hex | C1 | 3B | CE | 6 | 47 | 0 | 13 | 127 | 3C | 34 |
| Octal | 301 | 73 | 316 | 6 | 107 | 0 | 23 | 447 | 74 | 64 |
| Binary | 11000001 | 111011 | 11001110 | 110 | 1000111 | 0 | 10011 | 100100111 | 111100 | 110100 |
Color Harmonies of #C13BCE
Complementary color
Monochromatic Colors of #C13BCE
Black with #C13BCE
Text Example
Text Example
White with #C13BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13BCE; }
p { color: rgb(193,59,206); }
H1.HeaderClassName
{
color: #C13BCE;
}
.AnyTagClassName
{
color: #C13BCE;
}
</style>
background-color css
<style>
a { background-color: #C13BCE; }
a { background-color: rgb(193,59,206); }
div.DivClassName
{
background-color: #C13BCE;
}
.BgClassName
{
background-color: #C13BCE;
}
</style>
border-color css
<style>
span { border-color: #C13BCE; }
span { border-color: rgb(193,59,206); }
td.TdClassName
{
border-color: #C13BCE;
}
.TagClassName
{
border-color: #C13BCE;
}
</style>