Shades of Medium Orchid #C42FED
Tints of Medium Orchid #C42FED
RGB
CMYK
RGB Variations
Color information
#C42FED (or 0xC42FED) is known color: Medium Orchid. HEX triplet: C4, 2F and ED. RGB value is (196,47,237). Sum of RGB (Red+Green+Blue) = 196+47+237=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 47 (18.75% from 255 or 9.79% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #C42FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42FED is #3BD012. Grayscale: #707070. Windows color (decimal): -3919891 or 15544260. OLE color: 15544260.
HSL color Cylindrical-coordinate representation of color #C42FED: hue angle of 287.05º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42FED is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 47 | 237 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.07 |
| HSL | 287.05º | 0.84% | 0.56% | - |
| HSV(B) | 287.05º | 0.8% | 0.93% | - |
| XYZ | 39.07 | 19.88 | 81.9 | - |
| YUV | 113.21 | 197.86 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 237 | 0.17 | 0.80 | 0 | 0.07 | 287.05 | 0.84 | 0.56 |
| Hex | C4 | 2F | ED | 11 | 50 | 0 | 7 | 11F | 54 | 38 |
| Octal | 304 | 57 | 355 | 21 | 120 | 0 | 7 | 437 | 124 | 70 |
| Binary | 11000100 | 101111 | 11101101 | 10001 | 1010000 | 0 | 111 | 100011111 | 1010100 | 111000 |
Color Harmonies of #C42FED
Complementary color
Monochromatic Colors of #C42FED
Black with #C42FED
Text Example
Text Example
White with #C42FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42FED; }
p { color: rgb(196,47,237); }
H1.HeaderClassName
{
color: #C42FED;
}
.AnyTagClassName
{
color: #C42FED;
}
</style>
background-color css
<style>
a { background-color: #C42FED; }
a { background-color: rgb(196,47,237); }
div.DivClassName
{
background-color: #C42FED;
}
.BgClassName
{
background-color: #C42FED;
}
</style>
border-color css
<style>
span { border-color: #C42FED; }
span { border-color: rgb(196,47,237); }
td.TdClassName
{
border-color: #C42FED;
}
.TagClassName
{
border-color: #C42FED;
}
</style>