Shades of Medium Orchid #C15EF1
Tints of Medium Orchid #C15EF1
RGB
CMYK
RGB Variations
Color information
#C15EF1 (or 0xC15EF1) is known color: Medium Orchid. HEX triplet: C1, 5E and F1. RGB value is (193,94,241). Sum of RGB (Red+Green+Blue) = 193+94+241=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 94 (37.11% from 255 or 17.80% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #C15EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15EF1 is #3EA10E. Grayscale: #8B8B8B. Windows color (decimal): -4104463 or 15818433. OLE color: 15818433.
HSL color Cylindrical-coordinate representation of color #C15EF1: hue angle of 280.41º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C15EF1 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 94 | 241 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.05 |
| HSL | 280.41º | 0.84% | 0.66% | - |
| HSV(B) | 280.41º | 0.61% | 0.95% | - |
| XYZ | 41.87 | 25.69 | 85.97 | - |
| YUV | 140.36 | 184.8 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 241 | 0.20 | 0.61 | 0 | 0.05 | 280.41 | 0.84 | 0.66 |
| Hex | C1 | 5E | F1 | 14 | 3D | 0 | 5 | 118 | 54 | 42 |
| Octal | 301 | 136 | 361 | 24 | 75 | 0 | 5 | 430 | 124 | 102 |
| Binary | 11000001 | 1011110 | 11110001 | 10100 | 111101 | 0 | 101 | 100011000 | 1010100 | 1000010 |
Color Harmonies of #C15EF1
Complementary color
Monochromatic Colors of #C15EF1
Black with #C15EF1
Text Example
Text Example
White with #C15EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15EF1; }
p { color: rgb(193,94,241); }
H1.HeaderClassName
{
color: #C15EF1;
}
.AnyTagClassName
{
color: #C15EF1;
}
</style>
background-color css
<style>
a { background-color: #C15EF1; }
a { background-color: rgb(193,94,241); }
div.DivClassName
{
background-color: #C15EF1;
}
.BgClassName
{
background-color: #C15EF1;
}
</style>
border-color css
<style>
span { border-color: #C15EF1; }
span { border-color: rgb(193,94,241); }
td.TdClassName
{
border-color: #C15EF1;
}
.TagClassName
{
border-color: #C15EF1;
}
</style>