Shades of Medium Orchid #C45BEC
Tints of Medium Orchid #C45BEC
RGB
CMYK
RGB Variations
Color information
#C45BEC (or 0xC45BEC) is known color: Medium Orchid. HEX triplet: C4, 5B and EC. RGB value is (196,91,236). Sum of RGB (Red+Green+Blue) = 196+91+236=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 91 (35.94% from 255 or 17.40% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #C45BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45BEC is #3BA413. Grayscale: #8A8A8A. Windows color (decimal): -3908628 or 15489988. OLE color: 15489988.
HSL color Cylindrical-coordinate representation of color #C45BEC: hue angle of 283.45º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C45BEC is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 91 | 236 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.07 |
| HSL | 283.45º | 0.79% | 0.64% | - |
| HSV(B) | 283.45º | 0.61% | 0.93% | - |
| XYZ | 41.65 | 25.27 | 82.04 | - |
| YUV | 138.93 | 182.79 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 236 | 0.17 | 0.61 | 0 | 0.07 | 283.45 | 0.79 | 0.64 |
| Hex | C4 | 5B | EC | 11 | 3D | 0 | 7 | 11B | 4F | 40 |
| Octal | 304 | 133 | 354 | 21 | 75 | 0 | 7 | 433 | 117 | 100 |
| Binary | 11000100 | 1011011 | 11101100 | 10001 | 111101 | 0 | 111 | 100011011 | 1001111 | 1000000 |
Color Harmonies of #C45BEC
Complementary color
Monochromatic Colors of #C45BEC
Black with #C45BEC
Text Example
Text Example
White with #C45BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45BEC; }
p { color: rgb(196,91,236); }
H1.HeaderClassName
{
color: #C45BEC;
}
.AnyTagClassName
{
color: #C45BEC;
}
</style>
background-color css
<style>
a { background-color: #C45BEC; }
a { background-color: rgb(196,91,236); }
div.DivClassName
{
background-color: #C45BEC;
}
.BgClassName
{
background-color: #C45BEC;
}
</style>
border-color css
<style>
span { border-color: #C45BEC; }
span { border-color: rgb(196,91,236); }
td.TdClassName
{
border-color: #C45BEC;
}
.TagClassName
{
border-color: #C45BEC;
}
</style>