Shades of Medium Orchid #C45CE7
Tints of Medium Orchid #C45CE7
RGB
CMYK
RGB Variations
Color information
#C45CE7 (or 0xC45CE7) is known color: Medium Orchid. HEX triplet: C4, 5C and E7. RGB value is (196,92,231). Sum of RGB (Red+Green+Blue) = 196+92+231=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #C45CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45CE7 is #3BA318. Grayscale: #8A8A8A. Windows color (decimal): -3908377 or 15162564. OLE color: 15162564.
HSL color Cylindrical-coordinate representation of color #C45CE7: hue angle of 284.89º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C45CE7 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 92 | 231 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.09 |
| HSL | 284.89º | 0.74% | 0.63% | - |
| HSV(B) | 284.89º | 0.6% | 0.91% | - |
| XYZ | 41.02 | 25.16 | 78.3 | - |
| YUV | 138.94 | 179.96 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 231 | 0.15 | 0.60 | 0 | 0.09 | 284.89 | 0.74 | 0.63 |
| Hex | C4 | 5C | E7 | F | 3C | 0 | 9 | 11D | 4A | 3F |
| Octal | 304 | 134 | 347 | 17 | 74 | 0 | 11 | 435 | 112 | 77 |
| Binary | 11000100 | 1011100 | 11100111 | 1111 | 111100 | 0 | 1001 | 100011101 | 1001010 | 111111 |
Color Harmonies of #C45CE7
Complementary color
Monochromatic Colors of #C45CE7
Black with #C45CE7
Text Example
Text Example
White with #C45CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45CE7; }
p { color: rgb(196,92,231); }
H1.HeaderClassName
{
color: #C45CE7;
}
.AnyTagClassName
{
color: #C45CE7;
}
</style>
background-color css
<style>
a { background-color: #C45CE7; }
a { background-color: rgb(196,92,231); }
div.DivClassName
{
background-color: #C45CE7;
}
.BgClassName
{
background-color: #C45CE7;
}
</style>
border-color css
<style>
span { border-color: #C45CE7; }
span { border-color: rgb(196,92,231); }
td.TdClassName
{
border-color: #C45CE7;
}
.TagClassName
{
border-color: #C45CE7;
}
</style>