Shades of Medium Orchid #C15BCE
Tints of Medium Orchid #C15BCE
RGB
CMYK
RGB Variations
Color information
#C15BCE (or 0xC15BCE) is known color: Medium Orchid. HEX triplet: C1, 5B and CE. RGB value is (193,91,206). Sum of RGB (Red+Green+Blue) = 193+91+206=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #C15BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15BCE is #3EA431. Grayscale: #868686. Windows color (decimal): -4105266 or 13523905. OLE color: 13523905.
HSL color Cylindrical-coordinate representation of color #C15BCE: hue angle of 293.22º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15BCE is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 91 | 206 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.19 |
| HSL | 293.22º | 0.54% | 0.58% | - |
| HSV(B) | 293.22º | 0.56% | 0.81% | - |
| XYZ | 36.87 | 23.28 | 60.94 | - |
| YUV | 134.61 | 168.29 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 206 | 0.06 | 0.56 | 0 | 0.19 | 293.22 | 0.54 | 0.58 |
| Hex | C1 | 5B | CE | 6 | 38 | 0 | 13 | 125 | 36 | 3A |
| Octal | 301 | 133 | 316 | 6 | 70 | 0 | 23 | 445 | 66 | 72 |
| Binary | 11000001 | 1011011 | 11001110 | 110 | 111000 | 0 | 10011 | 100100101 | 110110 | 111010 |
Color Harmonies of #C15BCE
Complementary color
Monochromatic Colors of #C15BCE
Black with #C15BCE
Text Example
Text Example
White with #C15BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15BCE; }
p { color: rgb(193,91,206); }
H1.HeaderClassName
{
color: #C15BCE;
}
.AnyTagClassName
{
color: #C15BCE;
}
</style>
background-color css
<style>
a { background-color: #C15BCE; }
a { background-color: rgb(193,91,206); }
div.DivClassName
{
background-color: #C15BCE;
}
.BgClassName
{
background-color: #C15BCE;
}
</style>
border-color css
<style>
span { border-color: #C15BCE; }
span { border-color: rgb(193,91,206); }
td.TdClassName
{
border-color: #C15BCE;
}
.TagClassName
{
border-color: #C15BCE;
}
</style>