Shades of Medium Orchid #C15FE7
Tints of Medium Orchid #C15FE7
RGB
CMYK
RGB Variations
Color information
#C15FE7 (or 0xC15FE7) is known color: Medium Orchid. HEX triplet: C1, 5F and E7. RGB value is (193,95,231). Sum of RGB (Red+Green+Blue) = 193+95+231=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #C15FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15FE7 is #3EA018. Grayscale: #8B8B8B. Windows color (decimal): -4104217 or 15163329. OLE color: 15163329.
HSL color Cylindrical-coordinate representation of color #C15FE7: hue angle of 283.24º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C15FE7 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 95 | 231 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.09 |
| HSL | 283.24º | 0.74% | 0.64% | - |
| HSV(B) | 283.24º | 0.59% | 0.91% | - |
| XYZ | 40.51 | 25.29 | 78.35 | - |
| YUV | 139.81 | 179.47 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 231 | 0.16 | 0.59 | 0 | 0.09 | 283.24 | 0.74 | 0.64 |
| Hex | C1 | 5F | E7 | 10 | 3B | 0 | 9 | 11B | 4A | 40 |
| Octal | 301 | 137 | 347 | 20 | 73 | 0 | 11 | 433 | 112 | 100 |
| Binary | 11000001 | 1011111 | 11100111 | 10000 | 111011 | 0 | 1001 | 100011011 | 1001010 | 1000000 |
Color Harmonies of #C15FE7
Complementary color
Monochromatic Colors of #C15FE7
Black with #C15FE7
Text Example
Text Example
White with #C15FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15FE7; }
p { color: rgb(193,95,231); }
H1.HeaderClassName
{
color: #C15FE7;
}
.AnyTagClassName
{
color: #C15FE7;
}
</style>
background-color css
<style>
a { background-color: #C15FE7; }
a { background-color: rgb(193,95,231); }
div.DivClassName
{
background-color: #C15FE7;
}
.BgClassName
{
background-color: #C15FE7;
}
</style>
border-color css
<style>
span { border-color: #C15FE7; }
span { border-color: rgb(193,95,231); }
td.TdClassName
{
border-color: #C15FE7;
}
.TagClassName
{
border-color: #C15FE7;
}
</style>