Shades of Medium Orchid #C42EEE
Tints of Medium Orchid #C42EEE
RGB
CMYK
RGB Variations
Color information
#C42EEE (or 0xC42EEE) is known color: Medium Orchid. HEX triplet: C4, 2E and EE. RGB value is (196,46,238). Sum of RGB (Red+Green+Blue) = 196+46+238=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 46 (18.36% from 255 or 9.58% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #C42EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42EEE is #3BD111. Grayscale: #707070. Windows color (decimal): -3920146 or 15609540. OLE color: 15609540.
HSL color Cylindrical-coordinate representation of color #C42EEE: hue angle of 286.88º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42EEE is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 46 | 238 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.07 |
| HSL | 286.88º | 0.85% | 0.56% | - |
| HSV(B) | 286.88º | 0.81% | 0.93% | - |
| XYZ | 39.17 | 19.86 | 82.66 | - |
| YUV | 112.74 | 198.7 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 238 | 0.18 | 0.81 | 0 | 0.07 | 286.88 | 0.85 | 0.56 |
| Hex | C4 | 2E | EE | 12 | 51 | 0 | 7 | 11F | 55 | 38 |
| Octal | 304 | 56 | 356 | 22 | 121 | 0 | 7 | 437 | 125 | 70 |
| Binary | 11000100 | 101110 | 11101110 | 10010 | 1010001 | 0 | 111 | 100011111 | 1010101 | 111000 |
Color Harmonies of #C42EEE
Complementary color
Monochromatic Colors of #C42EEE
Black with #C42EEE
Text Example
Text Example
White with #C42EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42EEE; }
p { color: rgb(196,46,238); }
H1.HeaderClassName
{
color: #C42EEE;
}
.AnyTagClassName
{
color: #C42EEE;
}
</style>
background-color css
<style>
a { background-color: #C42EEE; }
a { background-color: rgb(196,46,238); }
div.DivClassName
{
background-color: #C42EEE;
}
.BgClassName
{
background-color: #C42EEE;
}
</style>
border-color css
<style>
span { border-color: #C42EEE; }
span { border-color: rgb(196,46,238); }
td.TdClassName
{
border-color: #C42EEE;
}
.TagClassName
{
border-color: #C42EEE;
}
</style>