Shades of Medium Orchid #C542F1
Tints of Medium Orchid #C542F1
RGB
CMYK
RGB Variations
Color information
#C542F1 (or 0xC542F1) is known color: Medium Orchid. HEX triplet: C5, 42 and F1. RGB value is (197,66,241). Sum of RGB (Red+Green+Blue) = 197+66+241=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 66 (26.17% from 255 or 13.10% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #C542F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C542F1 is #3ABD0E. Grayscale: #7C7C7C. Windows color (decimal): -3849487 or 15811269. OLE color: 15811269.
HSL color Cylindrical-coordinate representation of color #C542F1: hue angle of 284.91º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C542F1 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 66 | 241 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.05 |
| HSL | 284.91º | 0.86% | 0.6% | - |
| HSV(B) | 284.91º | 0.73% | 0.95% | - |
| XYZ | 40.85 | 22.12 | 85.34 | - |
| YUV | 125.12 | 193.4 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 241 | 0.18 | 0.73 | 0 | 0.05 | 284.91 | 0.86 | 0.6 |
| Hex | C5 | 42 | F1 | 12 | 49 | 0 | 5 | 11D | 56 | 3C |
| Octal | 305 | 102 | 361 | 22 | 111 | 0 | 5 | 435 | 126 | 74 |
| Binary | 11000101 | 1000010 | 11110001 | 10010 | 1001001 | 0 | 101 | 100011101 | 1010110 | 111100 |
Color Harmonies of #C542F1
Complementary color
Monochromatic Colors of #C542F1
Black with #C542F1
Text Example
Text Example
White with #C542F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C542F1; }
p { color: rgb(197,66,241); }
H1.HeaderClassName
{
color: #C542F1;
}
.AnyTagClassName
{
color: #C542F1;
}
</style>
background-color css
<style>
a { background-color: #C542F1; }
a { background-color: rgb(197,66,241); }
div.DivClassName
{
background-color: #C542F1;
}
.BgClassName
{
background-color: #C542F1;
}
</style>
border-color css
<style>
span { border-color: #C542F1; }
span { border-color: rgb(197,66,241); }
td.TdClassName
{
border-color: #C542F1;
}
.TagClassName
{
border-color: #C542F1;
}
</style>