Shades of Medium Orchid #C540FF
Tints of Medium Orchid #C540FF
RGB
CMYK
RGB Variations
Color information
#C540FF (or 0xC540FF) is known color: Medium Orchid. HEX triplet: C5, 40 and FF. RGB value is (197,64,255). Sum of RGB (Red+Green+Blue) = 197+64+255=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 64 (25.39% from 255 or 12.40% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #C540FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C540FF is #3ABF00. Grayscale: #7C7C7C. Windows color (decimal): -3849985 or 16728261. OLE color: 16728261.
HSL color Cylindrical-coordinate representation of color #C540FF: hue angle of 281.78º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C540FF is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 64 | 255 | - |
| CMYK | 0.23 | 0.75 | 0 | 0 |
| HSL | 281.78º | 1% | 0.63% | - |
| HSV(B) | 281.78º | 0.75% | 1% | - |
| XYZ | 42.91 | 22.76 | 96.74 | - |
| YUV | 125.54 | 201.06 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 255 | 0.23 | 0.75 | 0 | 0 | 281.78 | 1 | 0.63 |
| Hex | C5 | 40 | FF | 17 | 4B | 0 | 0 | 11A | 64 | 3F |
| Octal | 305 | 100 | 377 | 27 | 113 | 0 | 0 | 432 | 144 | 77 |
| Binary | 11000101 | 1000000 | 11111111 | 10111 | 1001011 | 0 | 0 | 100011010 | 1100100 | 111111 |
Color Harmonies of #C540FF
Complementary color
Monochromatic Colors of #C540FF
Black with #C540FF
Text Example
Text Example
White with #C540FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540FF; }
p { color: rgb(197,64,255); }
H1.HeaderClassName
{
color: #C540FF;
}
.AnyTagClassName
{
color: #C540FF;
}
</style>
background-color css
<style>
a { background-color: #C540FF; }
a { background-color: rgb(197,64,255); }
div.DivClassName
{
background-color: #C540FF;
}
.BgClassName
{
background-color: #C540FF;
}
</style>
border-color css
<style>
span { border-color: #C540FF; }
span { border-color: rgb(197,64,255); }
td.TdClassName
{
border-color: #C540FF;
}
.TagClassName
{
border-color: #C540FF;
}
</style>