Shades of Medium Orchid #C15AE8
Tints of Medium Orchid #C15AE8
RGB
CMYK
RGB Variations
Color information
#C15AE8 (or 0xC15AE8) is known color: Medium Orchid. HEX triplet: C1, 5A and E8. RGB value is (193,90,232). Sum of RGB (Red+Green+Blue) = 193+90+232=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 232 - color contains mainly: blue. Hex color #C15AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15AE8 is #3EA517. Grayscale: #888888. Windows color (decimal): -4105496 or 15227585. OLE color: 15227585.
HSL color Cylindrical-coordinate representation of color #C15AE8: hue angle of 283.52º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C15AE8 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 90 | 232 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.09 |
| HSL | 283.52º | 0.76% | 0.63% | - |
| HSV(B) | 283.52º | 0.61% | 0.91% | - |
| XYZ | 40.21 | 24.48 | 78.95 | - |
| YUV | 136.99 | 181.62 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 232 | 0.17 | 0.61 | 0 | 0.09 | 283.52 | 0.76 | 0.63 |
| Hex | C1 | 5A | E8 | 11 | 3D | 0 | 9 | 11C | 4C | 3F |
| Octal | 301 | 132 | 350 | 21 | 75 | 0 | 11 | 434 | 114 | 77 |
| Binary | 11000001 | 1011010 | 11101000 | 10001 | 111101 | 0 | 1001 | 100011100 | 1001100 | 111111 |
Color Harmonies of #C15AE8
Complementary color
Monochromatic Colors of #C15AE8
Black with #C15AE8
Text Example
Text Example
White with #C15AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15AE8; }
p { color: rgb(193,90,232); }
H1.HeaderClassName
{
color: #C15AE8;
}
.AnyTagClassName
{
color: #C15AE8;
}
</style>
background-color css
<style>
a { background-color: #C15AE8; }
a { background-color: rgb(193,90,232); }
div.DivClassName
{
background-color: #C15AE8;
}
.BgClassName
{
background-color: #C15AE8;
}
</style>
border-color css
<style>
span { border-color: #C15AE8; }
span { border-color: rgb(193,90,232); }
td.TdClassName
{
border-color: #C15AE8;
}
.TagClassName
{
border-color: #C15AE8;
}
</style>