Shades of Medium Orchid #C542FF
Tints of Medium Orchid #C542FF
RGB
CMYK
RGB Variations
Color information
#C542FF (or 0xC542FF) is known color: Medium Orchid. HEX triplet: C5, 42 and FF. RGB value is (197,66,255). Sum of RGB (Red+Green+Blue) = 197+66+255=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 66 (26.17% from 255 or 12.74% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #C542FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C542FF is #3ABD00. Grayscale: #7E7E7E. Windows color (decimal): -3849473 or 16728773. OLE color: 16728773.
HSL color Cylindrical-coordinate representation of color #C542FF: hue angle of 281.59º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C542FF is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 66 | 255 | - |
| CMYK | 0.23 | 0.74 | 0 | 0 |
| HSL | 281.59º | 1% | 0.63% | - |
| HSV(B) | 281.59º | 0.74% | 1% | - |
| XYZ | 43.02 | 22.99 | 96.78 | - |
| YUV | 126.72 | 200.4 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 255 | 0.23 | 0.74 | 0 | 0 | 281.59 | 1 | 0.63 |
| Hex | C5 | 42 | FF | 17 | 4A | 0 | 0 | 11A | 64 | 3F |
| Octal | 305 | 102 | 377 | 27 | 112 | 0 | 0 | 432 | 144 | 77 |
| Binary | 11000101 | 1000010 | 11111111 | 10111 | 1001010 | 0 | 0 | 100011010 | 1100100 | 111111 |
Color Harmonies of #C542FF
Complementary color
Monochromatic Colors of #C542FF
Black with #C542FF
Text Example
Text Example
White with #C542FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C542FF; }
p { color: rgb(197,66,255); }
H1.HeaderClassName
{
color: #C542FF;
}
.AnyTagClassName
{
color: #C542FF;
}
</style>
background-color css
<style>
a { background-color: #C542FF; }
a { background-color: rgb(197,66,255); }
div.DivClassName
{
background-color: #C542FF;
}
.BgClassName
{
background-color: #C542FF;
}
</style>
border-color css
<style>
span { border-color: #C542FF; }
span { border-color: rgb(197,66,255); }
td.TdClassName
{
border-color: #C542FF;
}
.TagClassName
{
border-color: #C542FF;
}
</style>