Shades of Medium Orchid #C42EEB
Tints of Medium Orchid #C42EEB
RGB
CMYK
RGB Variations
Color information
#C42EEB (or 0xC42EEB) is known color: Medium Orchid. HEX triplet: C4, 2E and EB. RGB value is (196,46,235). Sum of RGB (Red+Green+Blue) = 196+46+235=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 46 (18.36% from 255 or 9.64% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #C42EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42EEB is #3BD114. Grayscale: #6F6F6F. Windows color (decimal): -3920149 or 15412932. OLE color: 15412932.
HSL color Cylindrical-coordinate representation of color #C42EEB: hue angle of 287.62º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42EEB is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 46 | 235 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.08 |
| HSL | 287.62º | 0.83% | 0.55% | - |
| HSV(B) | 287.62º | 0.8% | 0.92% | - |
| XYZ | 38.74 | 19.69 | 80.36 | - |
| YUV | 112.4 | 197.2 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 235 | 0.17 | 0.80 | 0 | 0.08 | 287.62 | 0.83 | 0.55 |
| Hex | C4 | 2E | EB | 11 | 50 | 0 | 8 | 120 | 53 | 37 |
| Octal | 304 | 56 | 353 | 21 | 120 | 0 | 10 | 440 | 123 | 67 |
| Binary | 11000100 | 101110 | 11101011 | 10001 | 1010000 | 0 | 1000 | 100100000 | 1010011 | 110111 |
Color Harmonies of #C42EEB
Complementary color
Monochromatic Colors of #C42EEB
Black with #C42EEB
Text Example
Text Example
White with #C42EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42EEB; }
p { color: rgb(196,46,235); }
H1.HeaderClassName
{
color: #C42EEB;
}
.AnyTagClassName
{
color: #C42EEB;
}
</style>
background-color css
<style>
a { background-color: #C42EEB; }
a { background-color: rgb(196,46,235); }
div.DivClassName
{
background-color: #C42EEB;
}
.BgClassName
{
background-color: #C42EEB;
}
</style>
border-color css
<style>
span { border-color: #C42EEB; }
span { border-color: rgb(196,46,235); }
td.TdClassName
{
border-color: #C42EEB;
}
.TagClassName
{
border-color: #C42EEB;
}
</style>