Shades of Medium Orchid #C151E5
Tints of Medium Orchid #C151E5
RGB
CMYK
RGB Variations
Color information
#C151E5 (or 0xC151E5) is known color: Medium Orchid. HEX triplet: C1, 51 and E5. RGB value is (193,81,229). Sum of RGB (Red+Green+Blue) = 193+81+229=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #C151E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151E5 is #3EAE1A. Grayscale: #828282. Windows color (decimal): -4107803 or 15028673. OLE color: 15028673.
HSL color Cylindrical-coordinate representation of color #C151E5: hue angle of 285.41º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C151E5 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 81 | 229 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.10 |
| HSL | 285.41º | 0.74% | 0.61% | - |
| HSV(B) | 285.41º | 0.65% | 0.9% | - |
| XYZ | 39.08 | 22.88 | 76.49 | - |
| YUV | 131.36 | 183.11 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 229 | 0.16 | 0.65 | 0 | 0.10 | 285.41 | 0.74 | 0.61 |
| Hex | C1 | 51 | E5 | 10 | 41 | 0 | A | 11D | 4A | 3D |
| Octal | 301 | 121 | 345 | 20 | 101 | 0 | 12 | 435 | 112 | 75 |
| Binary | 11000001 | 1010001 | 11100101 | 10000 | 1000001 | 0 | 1010 | 100011101 | 1001010 | 111101 |
Color Harmonies of #C151E5
Complementary color
Monochromatic Colors of #C151E5
Black with #C151E5
Text Example
Text Example
White with #C151E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151E5; }
p { color: rgb(193,81,229); }
H1.HeaderClassName
{
color: #C151E5;
}
.AnyTagClassName
{
color: #C151E5;
}
</style>
background-color css
<style>
a { background-color: #C151E5; }
a { background-color: rgb(193,81,229); }
div.DivClassName
{
background-color: #C151E5;
}
.BgClassName
{
background-color: #C151E5;
}
</style>
border-color css
<style>
span { border-color: #C151E5; }
span { border-color: rgb(193,81,229); }
td.TdClassName
{
border-color: #C151E5;
}
.TagClassName
{
border-color: #C151E5;
}
</style>