Shades of Medium Orchid #C131E8
Tints of Medium Orchid #C131E8
RGB
CMYK
RGB Variations
Color information
#C131E8 (or 0xC131E8) is known color: Medium Orchid. HEX triplet: C1, 31 and E8. RGB value is (193,49,232). Sum of RGB (Red+Green+Blue) = 193+49+232=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #C131E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C131E8 is #3ECE17. Grayscale: #707070. Windows color (decimal): -4115992 or 15217089. OLE color: 15217089.
HSL color Cylindrical-coordinate representation of color #C131E8: hue angle of 287.21º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C131E8 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 49 | 232 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.09 |
| HSL | 287.21º | 0.8% | 0.55% | - |
| HSV(B) | 287.21º | 0.79% | 0.91% | - |
| XYZ | 37.66 | 19.36 | 78.1 | - |
| YUV | 112.92 | 195.21 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 232 | 0.17 | 0.79 | 0 | 0.09 | 287.21 | 0.8 | 0.55 |
| Hex | C1 | 31 | E8 | 11 | 4F | 0 | 9 | 11F | 50 | 37 |
| Octal | 301 | 61 | 350 | 21 | 117 | 0 | 11 | 437 | 120 | 67 |
| Binary | 11000001 | 110001 | 11101000 | 10001 | 1001111 | 0 | 1001 | 100011111 | 1010000 | 110111 |
Color Harmonies of #C131E8
Complementary color
Monochromatic Colors of #C131E8
Black with #C131E8
Text Example
Text Example
White with #C131E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C131E8; }
p { color: rgb(193,49,232); }
H1.HeaderClassName
{
color: #C131E8;
}
.AnyTagClassName
{
color: #C131E8;
}
</style>
background-color css
<style>
a { background-color: #C131E8; }
a { background-color: rgb(193,49,232); }
div.DivClassName
{
background-color: #C131E8;
}
.BgClassName
{
background-color: #C131E8;
}
</style>
border-color css
<style>
span { border-color: #C131E8; }
span { border-color: rgb(193,49,232); }
td.TdClassName
{
border-color: #C131E8;
}
.TagClassName
{
border-color: #C131E8;
}
</style>