Shades of Medium Orchid #C42BE4
Tints of Medium Orchid #C42BE4
RGB
CMYK
RGB Variations
Color information
#C42BE4 (or 0xC42BE4) is known color: Medium Orchid. HEX triplet: C4, 2B and E4. RGB value is (196,43,228). Sum of RGB (Red+Green+Blue) = 196+43+228=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 228 - color contains mainly: blue. Hex color #C42BE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42BE4 is #3BD41B. Grayscale: #6D6D6D. Windows color (decimal): -3920924 or 14953412. OLE color: 14953412.
HSL color Cylindrical-coordinate representation of color #C42BE4: hue angle of 289.62º 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 #C42BE4 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 43 | 228 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.11 |
| HSL | 289.62º | 0.77% | 0.53% | - |
| HSV(B) | 289.62º | 0.81% | 0.89% | - |
| XYZ | 37.63 | 19.06 | 75.1 | - |
| YUV | 109.84 | 194.69 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 228 | 0.14 | 0.81 | 0 | 0.11 | 289.62 | 0.77 | 0.53 |
| Hex | C4 | 2B | E4 | E | 51 | 0 | B | 122 | 4D | 35 |
| Octal | 304 | 53 | 344 | 16 | 121 | 0 | 13 | 442 | 115 | 65 |
| Binary | 11000100 | 101011 | 11100100 | 1110 | 1010001 | 0 | 1011 | 100100010 | 1001101 | 110101 |
Color Harmonies of #C42BE4
Complementary color
Monochromatic Colors of #C42BE4
Black with #C42BE4
Text Example
Text Example
White with #C42BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42BE4; }
p { color: rgb(196,43,228); }
H1.HeaderClassName
{
color: #C42BE4;
}
.AnyTagClassName
{
color: #C42BE4;
}
</style>
background-color css
<style>
a { background-color: #C42BE4; }
a { background-color: rgb(196,43,228); }
div.DivClassName
{
background-color: #C42BE4;
}
.BgClassName
{
background-color: #C42BE4;
}
</style>
border-color css
<style>
span { border-color: #C42BE4; }
span { border-color: rgb(196,43,228); }
td.TdClassName
{
border-color: #C42BE4;
}
.TagClassName
{
border-color: #C42BE4;
}
</style>