Shades of Medium Orchid #C42BE9
Tints of Medium Orchid #C42BE9
RGB
CMYK
RGB Variations
Color information
#C42BE9 (or 0xC42BE9) is known color: Medium Orchid. HEX triplet: C4, 2B and E9. RGB value is (196,43,233). Sum of RGB (Red+Green+Blue) = 196+43+233=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 43 (17.19% from 255 or 9.11% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #C42BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42BE9 is #3BD416. Grayscale: #6D6D6D. Windows color (decimal): -3920919 or 15281092. OLE color: 15281092.
HSL color Cylindrical-coordinate representation of color #C42BE9: hue angle of 288.32º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42BE9 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 43 | 233 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.09 |
| HSL | 288.32º | 0.81% | 0.54% | - |
| HSV(B) | 288.32º | 0.82% | 0.91% | - |
| XYZ | 38.34 | 19.35 | 78.8 | - |
| YUV | 110.41 | 197.19 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 233 | 0.16 | 0.82 | 0 | 0.09 | 288.32 | 0.81 | 0.54 |
| Hex | C4 | 2B | E9 | 10 | 52 | 0 | 9 | 120 | 51 | 36 |
| Octal | 304 | 53 | 351 | 20 | 122 | 0 | 11 | 440 | 121 | 66 |
| Binary | 11000100 | 101011 | 11101001 | 10000 | 1010010 | 0 | 1001 | 100100000 | 1010001 | 110110 |
Color Harmonies of #C42BE9
Complementary color
Monochromatic Colors of #C42BE9
Black with #C42BE9
Text Example
Text Example
White with #C42BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42BE9; }
p { color: rgb(196,43,233); }
H1.HeaderClassName
{
color: #C42BE9;
}
.AnyTagClassName
{
color: #C42BE9;
}
</style>
background-color css
<style>
a { background-color: #C42BE9; }
a { background-color: rgb(196,43,233); }
div.DivClassName
{
background-color: #C42BE9;
}
.BgClassName
{
background-color: #C42BE9;
}
</style>
border-color css
<style>
span { border-color: #C42BE9; }
span { border-color: rgb(196,43,233); }
td.TdClassName
{
border-color: #C42BE9;
}
.TagClassName
{
border-color: #C42BE9;
}
</style>