Shades of Medium Orchid #C150E5
Tints of Medium Orchid #C150E5
RGB
CMYK
RGB Variations
Color information
#C150E5 (or 0xC150E5) is known color: Medium Orchid. HEX triplet: C1, 50 and E5. RGB value is (193,80,229). Sum of RGB (Red+Green+Blue) = 193+80+229=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #C150E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C150E5 is #3EAF1A. Grayscale: #828282. Windows color (decimal): -4108059 or 15028417. OLE color: 15028417.
HSL color Cylindrical-coordinate representation of color #C150E5: hue angle of 285.5º 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 #C150E5 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 80 | 229 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.10 |
| HSL | 285.5º | 0.74% | 0.61% | - |
| HSV(B) | 285.5º | 0.65% | 0.9% | - |
| XYZ | 39 | 22.73 | 76.46 | - |
| YUV | 130.77 | 183.44 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 229 | 0.16 | 0.65 | 0 | 0.10 | 285.5 | 0.74 | 0.61 |
| Hex | C1 | 50 | E5 | 10 | 41 | 0 | A | 11E | 4A | 3D |
| Octal | 301 | 120 | 345 | 20 | 101 | 0 | 12 | 436 | 112 | 75 |
| Binary | 11000001 | 1010000 | 11100101 | 10000 | 1000001 | 0 | 1010 | 100011110 | 1001010 | 111101 |
Color Harmonies of #C150E5
Complementary color
Monochromatic Colors of #C150E5
Black with #C150E5
Text Example
Text Example
White with #C150E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C150E5; }
p { color: rgb(193,80,229); }
H1.HeaderClassName
{
color: #C150E5;
}
.AnyTagClassName
{
color: #C150E5;
}
</style>
background-color css
<style>
a { background-color: #C150E5; }
a { background-color: rgb(193,80,229); }
div.DivClassName
{
background-color: #C150E5;
}
.BgClassName
{
background-color: #C150E5;
}
</style>
border-color css
<style>
span { border-color: #C150E5; }
span { border-color: rgb(193,80,229); }
td.TdClassName
{
border-color: #C150E5;
}
.TagClassName
{
border-color: #C150E5;
}
</style>