Shades of Medium Orchid #C42FE8
Tints of Medium Orchid #C42FE8
RGB
CMYK
RGB Variations
Color information
#C42FE8 (or 0xC42FE8) is known color: Medium Orchid. HEX triplet: C4, 2F and E8. RGB value is (196,47,232). Sum of RGB (Red+Green+Blue) = 196+47+232=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 47 (18.75% from 255 or 9.89% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #C42FE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42FE8 is #3BD017. Grayscale: #707070. Windows color (decimal): -3919896 or 15216580. OLE color: 15216580.
HSL color Cylindrical-coordinate representation of color #C42FE8: hue angle of 288.32º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42FE8 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 47 | 232 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.09 |
| HSL | 288.32º | 0.8% | 0.55% | - |
| HSV(B) | 288.32º | 0.8% | 0.91% | - |
| XYZ | 38.35 | 19.59 | 78.11 | - |
| YUV | 112.64 | 195.36 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 232 | 0.16 | 0.80 | 0 | 0.09 | 288.32 | 0.8 | 0.55 |
| Hex | C4 | 2F | E8 | 10 | 50 | 0 | 9 | 120 | 50 | 37 |
| Octal | 304 | 57 | 350 | 20 | 120 | 0 | 11 | 440 | 120 | 67 |
| Binary | 11000100 | 101111 | 11101000 | 10000 | 1010000 | 0 | 1001 | 100100000 | 1010000 | 110111 |
Color Harmonies of #C42FE8
Complementary color
Monochromatic Colors of #C42FE8
Black with #C42FE8
Text Example
Text Example
White with #C42FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42FE8; }
p { color: rgb(196,47,232); }
H1.HeaderClassName
{
color: #C42FE8;
}
.AnyTagClassName
{
color: #C42FE8;
}
</style>
background-color css
<style>
a { background-color: #C42FE8; }
a { background-color: rgb(196,47,232); }
div.DivClassName
{
background-color: #C42FE8;
}
.BgClassName
{
background-color: #C42FE8;
}
</style>
border-color css
<style>
span { border-color: #C42FE8; }
span { border-color: rgb(196,47,232); }
td.TdClassName
{
border-color: #C42FE8;
}
.TagClassName
{
border-color: #C42FE8;
}
</style>