Shades of Medium Orchid #C42CE4
Tints of Medium Orchid #C42CE4
RGB
CMYK
RGB Variations
Color information
#C42CE4 (or 0xC42CE4) is known color: Medium Orchid. HEX triplet: C4, 2C and E4. RGB value is (196,44,228). Sum of RGB (Red+Green+Blue) = 196+44+228=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 228 (89.45% from 255 or 48.72% from 468); Max value from RGB is 228 - color contains mainly: blue. Hex color #C42CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42CE4 is #3BD31B. Grayscale: #6D6D6D. Windows color (decimal): -3920668 or 14953668. OLE color: 14953668.
HSL color Cylindrical-coordinate representation of color #C42CE4: hue angle of 289.57º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42CE4 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 44 | 228 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.11 |
| HSL | 289.57º | 0.77% | 0.53% | - |
| HSV(B) | 289.57º | 0.81% | 0.89% | - |
| XYZ | 37.67 | 19.14 | 75.11 | - |
| YUV | 110.42 | 194.36 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 228 | 0.14 | 0.81 | 0 | 0.11 | 289.57 | 0.77 | 0.53 |
| Hex | C4 | 2C | E4 | E | 51 | 0 | B | 122 | 4D | 35 |
| Octal | 304 | 54 | 344 | 16 | 121 | 0 | 13 | 442 | 115 | 65 |
| Binary | 11000100 | 101100 | 11100100 | 1110 | 1010001 | 0 | 1011 | 100100010 | 1001101 | 110101 |
Color Harmonies of #C42CE4
Complementary color
Monochromatic Colors of #C42CE4
Black with #C42CE4
Text Example
Text Example
White with #C42CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42CE4; }
p { color: rgb(196,44,228); }
H1.HeaderClassName
{
color: #C42CE4;
}
.AnyTagClassName
{
color: #C42CE4;
}
</style>
background-color css
<style>
a { background-color: #C42CE4; }
a { background-color: rgb(196,44,228); }
div.DivClassName
{
background-color: #C42CE4;
}
.BgClassName
{
background-color: #C42CE4;
}
</style>
border-color css
<style>
span { border-color: #C42CE4; }
span { border-color: rgb(196,44,228); }
td.TdClassName
{
border-color: #C42CE4;
}
.TagClassName
{
border-color: #C42CE4;
}
</style>