Shades of Medium Orchid #C545EE
Tints of Medium Orchid #C545EE
RGB
CMYK
RGB Variations
Color information
#C545EE (or 0xC545EE) is known color: Medium Orchid. HEX triplet: C5, 45 and EE. RGB value is (197,69,238). Sum of RGB (Red+Green+Blue) = 197+69+238=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 69 (27.34% from 255 or 13.69% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #C545EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C545EE is #3ABA11. Grayscale: #7D7D7D. Windows color (decimal): -3848722 or 15615429. OLE color: 15615429.
HSL color Cylindrical-coordinate representation of color #C545EE: hue angle of 285.44º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C545EE is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 69 | 238 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.07 |
| HSL | 285.44º | 0.83% | 0.6% | - |
| HSV(B) | 285.44º | 0.71% | 0.93% | - |
| XYZ | 40.59 | 22.3 | 83.05 | - |
| YUV | 126.54 | 190.91 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 238 | 0.17 | 0.71 | 0 | 0.07 | 285.44 | 0.83 | 0.6 |
| Hex | C5 | 45 | EE | 11 | 47 | 0 | 7 | 11D | 53 | 3C |
| Octal | 305 | 105 | 356 | 21 | 107 | 0 | 7 | 435 | 123 | 74 |
| Binary | 11000101 | 1000101 | 11101110 | 10001 | 1000111 | 0 | 111 | 100011101 | 1010011 | 111100 |
Color Harmonies of #C545EE
Complementary color
Monochromatic Colors of #C545EE
Black with #C545EE
Text Example
Text Example
White with #C545EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545EE; }
p { color: rgb(197,69,238); }
H1.HeaderClassName
{
color: #C545EE;
}
.AnyTagClassName
{
color: #C545EE;
}
</style>
background-color css
<style>
a { background-color: #C545EE; }
a { background-color: rgb(197,69,238); }
div.DivClassName
{
background-color: #C545EE;
}
.BgClassName
{
background-color: #C545EE;
}
</style>
border-color css
<style>
span { border-color: #C545EE; }
span { border-color: rgb(197,69,238); }
td.TdClassName
{
border-color: #C545EE;
}
.TagClassName
{
border-color: #C545EE;
}
</style>