Shades of Medium Orchid #C15AE5
Tints of Medium Orchid #C15AE5
RGB
CMYK
RGB Variations
Color information
#C15AE5 (or 0xC15AE5) is known color: Medium Orchid. HEX triplet: C1, 5A and E5. RGB value is (193,90,229). Sum of RGB (Red+Green+Blue) = 193+90+229=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #C15AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15AE5 is #3EA51A. Grayscale: #888888. Windows color (decimal): -4105499 or 15030977. OLE color: 15030977.
HSL color Cylindrical-coordinate representation of color #C15AE5: hue angle of 284.46º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C15AE5 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 90 | 229 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.10 |
| HSL | 284.46º | 0.73% | 0.63% | - |
| HSV(B) | 284.46º | 0.61% | 0.9% | - |
| XYZ | 39.79 | 24.31 | 76.72 | - |
| YUV | 136.64 | 180.12 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 229 | 0.16 | 0.61 | 0 | 0.10 | 284.46 | 0.73 | 0.63 |
| Hex | C1 | 5A | E5 | 10 | 3D | 0 | A | 11C | 49 | 3F |
| Octal | 301 | 132 | 345 | 20 | 75 | 0 | 12 | 434 | 111 | 77 |
| Binary | 11000001 | 1011010 | 11100101 | 10000 | 111101 | 0 | 1010 | 100011100 | 1001001 | 111111 |
Color Harmonies of #C15AE5
Complementary color
Monochromatic Colors of #C15AE5
Black with #C15AE5
Text Example
Text Example
White with #C15AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15AE5; }
p { color: rgb(193,90,229); }
H1.HeaderClassName
{
color: #C15AE5;
}
.AnyTagClassName
{
color: #C15AE5;
}
</style>
background-color css
<style>
a { background-color: #C15AE5; }
a { background-color: rgb(193,90,229); }
div.DivClassName
{
background-color: #C15AE5;
}
.BgClassName
{
background-color: #C15AE5;
}
</style>
border-color css
<style>
span { border-color: #C15AE5; }
span { border-color: rgb(193,90,229); }
td.TdClassName
{
border-color: #C15AE5;
}
.TagClassName
{
border-color: #C15AE5;
}
</style>