Shades of Medium Orchid #C543E5
Tints of Medium Orchid #C543E5
RGB
CMYK
RGB Variations
Color information
#C543E5 (or 0xC543E5) is known color: Medium Orchid. HEX triplet: C5, 43 and E5. RGB value is (197,67,229). Sum of RGB (Red+Green+Blue) = 197+67+229=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 67 (26.56% from 255 or 13.59% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 229 - color contains mainly: blue. Hex color #C543E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C543E5 is #3ABC1A. Grayscale: #7B7B7B. Windows color (decimal): -3849243 or 15025093. OLE color: 15025093.
HSL color Cylindrical-coordinate representation of color #C543E5: hue angle of 288.15º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C543E5 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 67 | 229 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.10 |
| HSL | 288.15º | 0.76% | 0.58% | - |
| HSV(B) | 288.15º | 0.71% | 0.9% | - |
| XYZ | 39.18 | 21.54 | 76.22 | - |
| YUV | 124.34 | 187.07 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 229 | 0.14 | 0.71 | 0 | 0.10 | 288.15 | 0.76 | 0.58 |
| Hex | C5 | 43 | E5 | E | 47 | 0 | A | 120 | 4C | 3A |
| Octal | 305 | 103 | 345 | 16 | 107 | 0 | 12 | 440 | 114 | 72 |
| Binary | 11000101 | 1000011 | 11100101 | 1110 | 1000111 | 0 | 1010 | 100100000 | 1001100 | 111010 |
Color Harmonies of #C543E5
Complementary color
Monochromatic Colors of #C543E5
Black with #C543E5
Text Example
Text Example
White with #C543E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543E5; }
p { color: rgb(197,67,229); }
H1.HeaderClassName
{
color: #C543E5;
}
.AnyTagClassName
{
color: #C543E5;
}
</style>
background-color css
<style>
a { background-color: #C543E5; }
a { background-color: rgb(197,67,229); }
div.DivClassName
{
background-color: #C543E5;
}
.BgClassName
{
background-color: #C543E5;
}
</style>
border-color css
<style>
span { border-color: #C543E5; }
span { border-color: rgb(197,67,229); }
td.TdClassName
{
border-color: #C543E5;
}
.TagClassName
{
border-color: #C543E5;
}
</style>