Shades of Medium Orchid #C543EB
Tints of Medium Orchid #C543EB
RGB
CMYK
RGB Variations
Color information
#C543EB (or 0xC543EB) is known color: Medium Orchid. HEX triplet: C5, 43 and EB. RGB value is (197,67,235). Sum of RGB (Red+Green+Blue) = 197+67+235=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 67 (26.56% from 255 or 13.43% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #C543EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C543EB is #3ABC14. Grayscale: #7C7C7C. Windows color (decimal): -3849237 or 15418309. OLE color: 15418309.
HSL color Cylindrical-coordinate representation of color #C543EB: hue angle of 286.43º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C543EB is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 67 | 235 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.08 |
| HSL | 286.43º | 0.81% | 0.59% | - |
| HSV(B) | 286.43º | 0.71% | 0.92% | - |
| XYZ | 40.03 | 21.88 | 80.71 | - |
| YUV | 125.02 | 190.07 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 235 | 0.16 | 0.71 | 0 | 0.08 | 286.43 | 0.81 | 0.59 |
| Hex | C5 | 43 | EB | 10 | 47 | 0 | 8 | 11E | 51 | 3B |
| Octal | 305 | 103 | 353 | 20 | 107 | 0 | 10 | 436 | 121 | 73 |
| Binary | 11000101 | 1000011 | 11101011 | 10000 | 1000111 | 0 | 1000 | 100011110 | 1010001 | 111011 |
Color Harmonies of #C543EB
Complementary color
Monochromatic Colors of #C543EB
Black with #C543EB
Text Example
Text Example
White with #C543EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543EB; }
p { color: rgb(197,67,235); }
H1.HeaderClassName
{
color: #C543EB;
}
.AnyTagClassName
{
color: #C543EB;
}
</style>
background-color css
<style>
a { background-color: #C543EB; }
a { background-color: rgb(197,67,235); }
div.DivClassName
{
background-color: #C543EB;
}
.BgClassName
{
background-color: #C543EB;
}
</style>
border-color css
<style>
span { border-color: #C543EB; }
span { border-color: rgb(197,67,235); }
td.TdClassName
{
border-color: #C543EB;
}
.TagClassName
{
border-color: #C543EB;
}
</style>