Shades of Medium Orchid #C15BE3
Tints of Medium Orchid #C15BE3
RGB
CMYK
RGB Variations
Color information
#C15BE3 (or 0xC15BE3) is known color: Medium Orchid. HEX triplet: C1, 5B and E3. RGB value is (193,91,227). Sum of RGB (Red+Green+Blue) = 193+91+227=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 227 (89.06% from 255 or 44.42% from 511); Max value from RGB is 227 - color contains mainly: blue. Hex color #C15BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15BE3 is #3EA41C. Grayscale: #888888. Windows color (decimal): -4105245 or 14900161. OLE color: 14900161.
HSL color Cylindrical-coordinate representation of color #C15BE3: hue angle of 285º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C15BE3 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 91 | 227 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.11 |
| HSL | 285º | 0.71% | 0.62% | - |
| HSV(B) | 285º | 0.6% | 0.89% | - |
| XYZ | 39.6 | 24.37 | 75.29 | - |
| YUV | 137 | 178.79 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 227 | 0.15 | 0.60 | 0 | 0.11 | 285 | 0.71 | 0.62 |
| Hex | C1 | 5B | E3 | F | 3C | 0 | B | 11D | 47 | 3E |
| Octal | 301 | 133 | 343 | 17 | 74 | 0 | 13 | 435 | 107 | 76 |
| Binary | 11000001 | 1011011 | 11100011 | 1111 | 111100 | 0 | 1011 | 100011101 | 1000111 | 111110 |
Color Harmonies of #C15BE3
Complementary color
Monochromatic Colors of #C15BE3
Black with #C15BE3
Text Example
Text Example
White with #C15BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15BE3; }
p { color: rgb(193,91,227); }
H1.HeaderClassName
{
color: #C15BE3;
}
.AnyTagClassName
{
color: #C15BE3;
}
</style>
background-color css
<style>
a { background-color: #C15BE3; }
a { background-color: rgb(193,91,227); }
div.DivClassName
{
background-color: #C15BE3;
}
.BgClassName
{
background-color: #C15BE3;
}
</style>
border-color css
<style>
span { border-color: #C15BE3; }
span { border-color: rgb(193,91,227); }
td.TdClassName
{
border-color: #C15BE3;
}
.TagClassName
{
border-color: #C15BE3;
}
</style>