Shades of Medium Orchid #C547E9
Tints of Medium Orchid #C547E9
RGB
CMYK
RGB Variations
Color information
#C547E9 (or 0xC547E9) is known color: Medium Orchid. HEX triplet: C5, 47 and E9. RGB value is (197,71,233). Sum of RGB (Red+Green+Blue) = 197+71+233=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #C547E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C547E9 is #3AB816. Grayscale: #7E7E7E. Windows color (decimal): -3848215 or 15288261. OLE color: 15288261.
HSL color Cylindrical-coordinate representation of color #C547E9: hue angle of 286.67º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C547E9 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 71 | 233 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.09 |
| HSL | 286.67º | 0.79% | 0.6% | - |
| HSV(B) | 286.67º | 0.7% | 0.91% | - |
| XYZ | 39.99 | 22.26 | 79.28 | - |
| YUV | 127.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 233 | 0.15 | 0.70 | 0 | 0.09 | 286.67 | 0.79 | 0.6 |
| Hex | C5 | 47 | E9 | F | 46 | 0 | 9 | 11F | 4F | 3C |
| Octal | 305 | 107 | 351 | 17 | 106 | 0 | 11 | 437 | 117 | 74 |
| Binary | 11000101 | 1000111 | 11101001 | 1111 | 1000110 | 0 | 1001 | 100011111 | 1001111 | 111100 |
Color Harmonies of #C547E9
Complementary color
Monochromatic Colors of #C547E9
Black with #C547E9
Text Example
Text Example
White with #C547E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C547E9; }
p { color: rgb(197,71,233); }
H1.HeaderClassName
{
color: #C547E9;
}
.AnyTagClassName
{
color: #C547E9;
}
</style>
background-color css
<style>
a { background-color: #C547E9; }
a { background-color: rgb(197,71,233); }
div.DivClassName
{
background-color: #C547E9;
}
.BgClassName
{
background-color: #C547E9;
}
</style>
border-color css
<style>
span { border-color: #C547E9; }
span { border-color: rgb(197,71,233); }
td.TdClassName
{
border-color: #C547E9;
}
.TagClassName
{
border-color: #C547E9;
}
</style>