Shades of Medium Orchid #C151E0
Tints of Medium Orchid #C151E0
RGB
CMYK
RGB Variations
Color information
#C151E0 (or 0xC151E0) is known color: Medium Orchid. HEX triplet: C1, 51 and E0. RGB value is (193,81,224). Sum of RGB (Red+Green+Blue) = 193+81+224=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #C151E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151E0 is #3EAE1F. Grayscale: #828282. Windows color (decimal): -4107808 or 14700993. OLE color: 14700993.
HSL color Cylindrical-coordinate representation of color #C151E0: hue angle of 286.99º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C151E0 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 81 | 224 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.12 |
| HSL | 286.99º | 0.7% | 0.6% | - |
| HSV(B) | 286.99º | 0.64% | 0.88% | - |
| XYZ | 38.39 | 22.6 | 72.86 | - |
| YUV | 130.79 | 180.61 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 224 | 0.14 | 0.64 | 0 | 0.12 | 286.99 | 0.7 | 0.6 |
| Hex | C1 | 51 | E0 | E | 40 | 0 | C | 11F | 46 | 3C |
| Octal | 301 | 121 | 340 | 16 | 100 | 0 | 14 | 437 | 106 | 74 |
| Binary | 11000001 | 1010001 | 11100000 | 1110 | 1000000 | 0 | 1100 | 100011111 | 1000110 | 111100 |
Color Harmonies of #C151E0
Complementary color
Monochromatic Colors of #C151E0
Black with #C151E0
Text Example
Text Example
White with #C151E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151E0; }
p { color: rgb(193,81,224); }
H1.HeaderClassName
{
color: #C151E0;
}
.AnyTagClassName
{
color: #C151E0;
}
</style>
background-color css
<style>
a { background-color: #C151E0; }
a { background-color: rgb(193,81,224); }
div.DivClassName
{
background-color: #C151E0;
}
.BgClassName
{
background-color: #C151E0;
}
</style>
border-color css
<style>
span { border-color: #C151E0; }
span { border-color: rgb(193,81,224); }
td.TdClassName
{
border-color: #C151E0;
}
.TagClassName
{
border-color: #C151E0;
}
</style>