Shades of Medium Orchid #C545EF
Tints of Medium Orchid #C545EF
RGB
CMYK
RGB Variations
Color information
#C545EF (or 0xC545EF) is known color: Medium Orchid. HEX triplet: C5, 45 and EF. RGB value is (197,69,239). Sum of RGB (Red+Green+Blue) = 197+69+239=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 69 (27.34% from 255 or 13.66% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #C545EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C545EF is #3ABA10. Grayscale: #7E7E7E. Windows color (decimal): -3848721 or 15680965. OLE color: 15680965.
HSL color Cylindrical-coordinate representation of color #C545EF: hue angle of 285.18º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C545EF is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 69 | 239 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.06 |
| HSL | 285.18º | 0.84% | 0.6% | - |
| HSV(B) | 285.18º | 0.71% | 0.94% | - |
| XYZ | 40.73 | 22.36 | 83.83 | - |
| YUV | 126.65 | 191.41 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 239 | 0.18 | 0.71 | 0 | 0.06 | 285.18 | 0.84 | 0.6 |
| Hex | C5 | 45 | EF | 12 | 47 | 0 | 6 | 11D | 54 | 3C |
| Octal | 305 | 105 | 357 | 22 | 107 | 0 | 6 | 435 | 124 | 74 |
| Binary | 11000101 | 1000101 | 11101111 | 10010 | 1000111 | 0 | 110 | 100011101 | 1010100 | 111100 |
Color Harmonies of #C545EF
Complementary color
Monochromatic Colors of #C545EF
Black with #C545EF
Text Example
Text Example
White with #C545EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545EF; }
p { color: rgb(197,69,239); }
H1.HeaderClassName
{
color: #C545EF;
}
.AnyTagClassName
{
color: #C545EF;
}
</style>
background-color css
<style>
a { background-color: #C545EF; }
a { background-color: rgb(197,69,239); }
div.DivClassName
{
background-color: #C545EF;
}
.BgClassName
{
background-color: #C545EF;
}
</style>
border-color css
<style>
span { border-color: #C545EF; }
span { border-color: rgb(197,69,239); }
td.TdClassName
{
border-color: #C545EF;
}
.TagClassName
{
border-color: #C545EF;
}
</style>