Shades of Medium Orchid #C542FE
Tints of Medium Orchid #C542FE
RGB
CMYK
RGB Variations
Color information
#C542FE (or 0xC542FE) is known color: Medium Orchid. HEX triplet: C5, 42 and FE. RGB value is (197,66,254). Sum of RGB (Red+Green+Blue) = 197+66+254=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 66 (26.17% from 255 or 12.77% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #C542FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C542FE is #3ABD01. Grayscale: #7D7D7D. Windows color (decimal): -3849474 or 16663237. OLE color: 16663237.
HSL color Cylindrical-coordinate representation of color #C542FE: hue angle of 281.81º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C542FE is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 66 | 254 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.00 |
| HSL | 281.81º | 0.99% | 0.63% | - |
| HSV(B) | 281.81º | 0.74% | 1% | - |
| XYZ | 42.86 | 22.92 | 95.93 | - |
| YUV | 126.6 | 199.9 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 254 | 0.22 | 0.74 | 0 | 0.00 | 281.81 | 0.99 | 0.63 |
| Hex | C5 | 42 | FE | 16 | 4A | 0 | 0 | 11A | 63 | 3F |
| Octal | 305 | 102 | 376 | 26 | 112 | 0 | 0 | 432 | 143 | 77 |
| Binary | 11000101 | 1000010 | 11111110 | 10110 | 1001010 | 0 | 0 | 100011010 | 1100011 | 111111 |
Color Harmonies of #C542FE
Complementary color
Monochromatic Colors of #C542FE
Black with #C542FE
Text Example
Text Example
White with #C542FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C542FE; }
p { color: rgb(197,66,254); }
H1.HeaderClassName
{
color: #C542FE;
}
.AnyTagClassName
{
color: #C542FE;
}
</style>
background-color css
<style>
a { background-color: #C542FE; }
a { background-color: rgb(197,66,254); }
div.DivClassName
{
background-color: #C542FE;
}
.BgClassName
{
background-color: #C542FE;
}
</style>
border-color css
<style>
span { border-color: #C542FE; }
span { border-color: rgb(197,66,254); }
td.TdClassName
{
border-color: #C542FE;
}
.TagClassName
{
border-color: #C542FE;
}
</style>