Shades of Medium Orchid #C15BE4
Tints of Medium Orchid #C15BE4
RGB
CMYK
RGB Variations
Color information
#C15BE4 (or 0xC15BE4) is known color: Medium Orchid. HEX triplet: C1, 5B and E4. RGB value is (193,91,228). Sum of RGB (Red+Green+Blue) = 193+91+228=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 228 - color contains mainly: blue. Hex color #C15BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15BE4 is #3EA41B. Grayscale: #888888. Windows color (decimal): -4105244 or 14965697. OLE color: 14965697.
HSL color Cylindrical-coordinate representation of color #C15BE4: hue angle of 284.67º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C15BE4 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 91 | 228 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.11 |
| HSL | 284.67º | 0.72% | 0.63% | - |
| HSV(B) | 284.67º | 0.6% | 0.89% | - |
| XYZ | 39.74 | 24.42 | 76.02 | - |
| YUV | 137.12 | 179.29 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 228 | 0.15 | 0.60 | 0 | 0.11 | 284.67 | 0.72 | 0.63 |
| Hex | C1 | 5B | E4 | F | 3C | 0 | B | 11D | 48 | 3F |
| Octal | 301 | 133 | 344 | 17 | 74 | 0 | 13 | 435 | 110 | 77 |
| Binary | 11000001 | 1011011 | 11100100 | 1111 | 111100 | 0 | 1011 | 100011101 | 1001000 | 111111 |
Color Harmonies of #C15BE4
Complementary color
Monochromatic Colors of #C15BE4
Black with #C15BE4
Text Example
Text Example
White with #C15BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15BE4; }
p { color: rgb(193,91,228); }
H1.HeaderClassName
{
color: #C15BE4;
}
.AnyTagClassName
{
color: #C15BE4;
}
</style>
background-color css
<style>
a { background-color: #C15BE4; }
a { background-color: rgb(193,91,228); }
div.DivClassName
{
background-color: #C15BE4;
}
.BgClassName
{
background-color: #C15BE4;
}
</style>
border-color css
<style>
span { border-color: #C15BE4; }
span { border-color: rgb(193,91,228); }
td.TdClassName
{
border-color: #C15BE4;
}
.TagClassName
{
border-color: #C15BE4;
}
</style>