Shades of Medium Orchid #C545EB
Tints of Medium Orchid #C545EB
RGB
CMYK
RGB Variations
Color information
#C545EB (or 0xC545EB) is known color: Medium Orchid. HEX triplet: C5, 45 and EB. RGB value is (197,69,235). Sum of RGB (Red+Green+Blue) = 197+69+235=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 69 (27.34% from 255 or 13.77% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #C545EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C545EB is #3ABA14. Grayscale: #7D7D7D. Windows color (decimal): -3848725 or 15418821. OLE color: 15418821.
HSL color Cylindrical-coordinate representation of color #C545EB: hue angle of 286.27º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C545EB is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 69 | 235 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.08 |
| HSL | 286.27º | 0.81% | 0.6% | - |
| HSV(B) | 286.27º | 0.71% | 0.92% | - |
| XYZ | 40.15 | 22.12 | 80.75 | - |
| YUV | 126.2 | 189.41 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 235 | 0.16 | 0.71 | 0 | 0.08 | 286.27 | 0.81 | 0.6 |
| Hex | C5 | 45 | EB | 10 | 47 | 0 | 8 | 11E | 51 | 3C |
| Octal | 305 | 105 | 353 | 20 | 107 | 0 | 10 | 436 | 121 | 74 |
| Binary | 11000101 | 1000101 | 11101011 | 10000 | 1000111 | 0 | 1000 | 100011110 | 1010001 | 111100 |
Color Harmonies of #C545EB
Complementary color
Monochromatic Colors of #C545EB
Black with #C545EB
Text Example
Text Example
White with #C545EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545EB; }
p { color: rgb(197,69,235); }
H1.HeaderClassName
{
color: #C545EB;
}
.AnyTagClassName
{
color: #C545EB;
}
</style>
background-color css
<style>
a { background-color: #C545EB; }
a { background-color: rgb(197,69,235); }
div.DivClassName
{
background-color: #C545EB;
}
.BgClassName
{
background-color: #C545EB;
}
</style>
border-color css
<style>
span { border-color: #C545EB; }
span { border-color: rgb(197,69,235); }
td.TdClassName
{
border-color: #C545EB;
}
.TagClassName
{
border-color: #C545EB;
}
</style>