Shades of Medium Orchid #C45CE9
Tints of Medium Orchid #C45CE9
RGB
CMYK
RGB Variations
Color information
#C45CE9 (or 0xC45CE9) is known color: Medium Orchid. HEX triplet: C4, 5C and E9. RGB value is (196,92,233). Sum of RGB (Red+Green+Blue) = 196+92+233=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #C45CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45CE9 is #3BA316. Grayscale: #8A8A8A. Windows color (decimal): -3908375 or 15293636. OLE color: 15293636.
HSL color Cylindrical-coordinate representation of color #C45CE9: hue angle of 284.26º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C45CE9 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 92 | 233 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.09 |
| HSL | 284.26º | 0.76% | 0.64% | - |
| HSV(B) | 284.26º | 0.61% | 0.91% | - |
| XYZ | 41.3 | 25.27 | 79.79 | - |
| YUV | 139.17 | 180.96 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 233 | 0.16 | 0.61 | 0 | 0.09 | 284.26 | 0.76 | 0.64 |
| Hex | C4 | 5C | E9 | 10 | 3D | 0 | 9 | 11C | 4C | 40 |
| Octal | 304 | 134 | 351 | 20 | 75 | 0 | 11 | 434 | 114 | 100 |
| Binary | 11000100 | 1011100 | 11101001 | 10000 | 111101 | 0 | 1001 | 100011100 | 1001100 | 1000000 |
Color Harmonies of #C45CE9
Complementary color
Monochromatic Colors of #C45CE9
Black with #C45CE9
Text Example
Text Example
White with #C45CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45CE9; }
p { color: rgb(196,92,233); }
H1.HeaderClassName
{
color: #C45CE9;
}
.AnyTagClassName
{
color: #C45CE9;
}
</style>
background-color css
<style>
a { background-color: #C45CE9; }
a { background-color: rgb(196,92,233); }
div.DivClassName
{
background-color: #C45CE9;
}
.BgClassName
{
background-color: #C45CE9;
}
</style>
border-color css
<style>
span { border-color: #C45CE9; }
span { border-color: rgb(196,92,233); }
td.TdClassName
{
border-color: #C45CE9;
}
.TagClassName
{
border-color: #C45CE9;
}
</style>