Shades of Medium Orchid #C15AEC
Tints of Medium Orchid #C15AEC
RGB
CMYK
RGB Variations
Color information
#C15AEC (or 0xC15AEC) is known color: Medium Orchid. HEX triplet: C1, 5A and EC. RGB value is (193,90,236). Sum of RGB (Red+Green+Blue) = 193+90+236=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #C15AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15AEC is #3EA513. Grayscale: #888888. Windows color (decimal): -4105492 or 15489729. OLE color: 15489729.
HSL color Cylindrical-coordinate representation of color #C15AEC: hue angle of 282.33º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C15AEC is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 90 | 236 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.07 |
| HSL | 282.33º | 0.79% | 0.64% | - |
| HSV(B) | 282.33º | 0.62% | 0.93% | - |
| XYZ | 40.79 | 24.71 | 81.98 | - |
| YUV | 137.44 | 183.62 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 236 | 0.18 | 0.62 | 0 | 0.07 | 282.33 | 0.79 | 0.64 |
| Hex | C1 | 5A | EC | 12 | 3E | 0 | 7 | 11A | 4F | 40 |
| Octal | 301 | 132 | 354 | 22 | 76 | 0 | 7 | 432 | 117 | 100 |
| Binary | 11000001 | 1011010 | 11101100 | 10010 | 111110 | 0 | 111 | 100011010 | 1001111 | 1000000 |
Color Harmonies of #C15AEC
Complementary color
Monochromatic Colors of #C15AEC
Black with #C15AEC
Text Example
Text Example
White with #C15AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15AEC; }
p { color: rgb(193,90,236); }
H1.HeaderClassName
{
color: #C15AEC;
}
.AnyTagClassName
{
color: #C15AEC;
}
</style>
background-color css
<style>
a { background-color: #C15AEC; }
a { background-color: rgb(193,90,236); }
div.DivClassName
{
background-color: #C15AEC;
}
.BgClassName
{
background-color: #C15AEC;
}
</style>
border-color css
<style>
span { border-color: #C15AEC; }
span { border-color: rgb(193,90,236); }
td.TdClassName
{
border-color: #C15AEC;
}
.TagClassName
{
border-color: #C15AEC;
}
</style>