Shades of Medium Orchid #C545FF
Tints of Medium Orchid #C545FF
RGB
CMYK
RGB Variations
Color information
#C545FF (or 0xC545FF) is known color: Medium Orchid. HEX triplet: C5, 45 and FF. RGB value is (197,69,255). Sum of RGB (Red+Green+Blue) = 197+69+255=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 69 (27.34% from 255 or 13.24% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #C545FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C545FF is #3ABA00. Grayscale: #7F7F7F. Windows color (decimal): -3848705 or 16729541. OLE color: 16729541.
HSL color Cylindrical-coordinate representation of color #C545FF: hue angle of 281.29º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C545FF is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 69 | 255 | - |
| CMYK | 0.23 | 0.73 | 0 | 0 |
| HSL | 281.29º | 1% | 0.64% | - |
| HSV(B) | 281.29º | 0.73% | 1% | - |
| XYZ | 43.2 | 23.35 | 96.84 | - |
| YUV | 128.48 | 199.41 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 255 | 0.23 | 0.73 | 0 | 0 | 281.29 | 1 | 0.64 |
| Hex | C5 | 45 | FF | 17 | 49 | 0 | 0 | 119 | 64 | 40 |
| Octal | 305 | 105 | 377 | 27 | 111 | 0 | 0 | 431 | 144 | 100 |
| Binary | 11000101 | 1000101 | 11111111 | 10111 | 1001001 | 0 | 0 | 100011001 | 1100100 | 1000000 |
Color Harmonies of #C545FF
Complementary color
Monochromatic Colors of #C545FF
Black with #C545FF
Text Example
Text Example
White with #C545FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545FF; }
p { color: rgb(197,69,255); }
H1.HeaderClassName
{
color: #C545FF;
}
.AnyTagClassName
{
color: #C545FF;
}
</style>
background-color css
<style>
a { background-color: #C545FF; }
a { background-color: rgb(197,69,255); }
div.DivClassName
{
background-color: #C545FF;
}
.BgClassName
{
background-color: #C545FF;
}
</style>
border-color css
<style>
span { border-color: #C545FF; }
span { border-color: rgb(197,69,255); }
td.TdClassName
{
border-color: #C545FF;
}
.TagClassName
{
border-color: #C545FF;
}
</style>