Shades of Medium Orchid #C15FCE
Tints of Medium Orchid #C15FCE
RGB
CMYK
RGB Variations
Color information
#C15FCE (or 0xC15FCE) is known color: Medium Orchid. HEX triplet: C1, 5F and CE. RGB value is (193,95,206). Sum of RGB (Red+Green+Blue) = 193+95+206=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #C15FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15FCE is #3EA031. Grayscale: #888888. Windows color (decimal): -4104242 or 13524929. OLE color: 13524929.
HSL color Cylindrical-coordinate representation of color #C15FCE: hue angle of 292.97º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C15FCE is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 95 | 206 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.19 |
| HSL | 292.97º | 0.53% | 0.59% | - |
| HSV(B) | 292.97º | 0.54% | 0.81% | - |
| XYZ | 37.23 | 23.98 | 61.06 | - |
| YUV | 136.96 | 166.97 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 206 | 0.06 | 0.54 | 0 | 0.19 | 292.97 | 0.53 | 0.59 |
| Hex | C1 | 5F | CE | 6 | 36 | 0 | 13 | 125 | 35 | 3B |
| Octal | 301 | 137 | 316 | 6 | 66 | 0 | 23 | 445 | 65 | 73 |
| Binary | 11000001 | 1011111 | 11001110 | 110 | 110110 | 0 | 10011 | 100100101 | 110101 | 111011 |
Color Harmonies of #C15FCE
Complementary color
Monochromatic Colors of #C15FCE
Black with #C15FCE
Text Example
Text Example
White with #C15FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15FCE; }
p { color: rgb(193,95,206); }
H1.HeaderClassName
{
color: #C15FCE;
}
.AnyTagClassName
{
color: #C15FCE;
}
</style>
background-color css
<style>
a { background-color: #C15FCE; }
a { background-color: rgb(193,95,206); }
div.DivClassName
{
background-color: #C15FCE;
}
.BgClassName
{
background-color: #C15FCE;
}
</style>
border-color css
<style>
span { border-color: #C15FCE; }
span { border-color: rgb(193,95,206); }
td.TdClassName
{
border-color: #C15FCE;
}
.TagClassName
{
border-color: #C15FCE;
}
</style>