Shades of Medium Orchid #C15CE1
Tints of Medium Orchid #C15CE1
RGB
CMYK
RGB Variations
Color information
#C15CE1 (or 0xC15CE1) is known color: Medium Orchid. HEX triplet: C1, 5C and E1. RGB value is (193,92,225). Sum of RGB (Red+Green+Blue) = 193+92+225=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #C15CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CE1 is #3EA31E. Grayscale: #888888. Windows color (decimal): -4104991 or 14769345. OLE color: 14769345.
HSL color Cylindrical-coordinate representation of color #C15CE1: hue angle of 285.56º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C15CE1 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 92 | 225 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.12 |
| HSL | 285.56º | 0.69% | 0.62% | - |
| HSV(B) | 285.56º | 0.59% | 0.88% | - |
| XYZ | 39.41 | 24.43 | 73.87 | - |
| YUV | 137.36 | 177.46 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 225 | 0.14 | 0.59 | 0 | 0.12 | 285.56 | 0.69 | 0.62 |
| Hex | C1 | 5C | E1 | E | 3B | 0 | C | 11E | 45 | 3E |
| Octal | 301 | 134 | 341 | 16 | 73 | 0 | 14 | 436 | 105 | 76 |
| Binary | 11000001 | 1011100 | 11100001 | 1110 | 111011 | 0 | 1100 | 100011110 | 1000101 | 111110 |
Color Harmonies of #C15CE1
Complementary color
Monochromatic Colors of #C15CE1
Black with #C15CE1
Text Example
Text Example
White with #C15CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15CE1; }
p { color: rgb(193,92,225); }
H1.HeaderClassName
{
color: #C15CE1;
}
.AnyTagClassName
{
color: #C15CE1;
}
</style>
background-color css
<style>
a { background-color: #C15CE1; }
a { background-color: rgb(193,92,225); }
div.DivClassName
{
background-color: #C15CE1;
}
.BgClassName
{
background-color: #C15CE1;
}
</style>
border-color css
<style>
span { border-color: #C15CE1; }
span { border-color: rgb(193,92,225); }
td.TdClassName
{
border-color: #C15CE1;
}
.TagClassName
{
border-color: #C15CE1;
}
</style>