Shades of Medium Orchid #C42CE9
Tints of Medium Orchid #C42CE9
RGB
CMYK
RGB Variations
Color information
#C42CE9 (or 0xC42CE9) is known color: Medium Orchid. HEX triplet: C4, 2C and E9. RGB value is (196,44,233). Sum of RGB (Red+Green+Blue) = 196+44+233=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 44 (17.58% from 255 or 9.30% from 473); Blue value is 233 (91.41% from 255 or 49.26% from 473); Max value from RGB is 233 - color contains mainly: blue. Hex color #C42CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42CE9 is #3BD316. Grayscale: #6E6E6E. Windows color (decimal): -3920663 or 15281348. OLE color: 15281348.
HSL color Cylindrical-coordinate representation of color #C42CE9: hue angle of 288.25º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42CE9 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 44 | 233 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.09 |
| HSL | 288.25º | 0.81% | 0.54% | - |
| HSV(B) | 288.25º | 0.81% | 0.91% | - |
| XYZ | 38.37 | 19.42 | 78.82 | - |
| YUV | 110.99 | 196.86 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 233 | 0.16 | 0.81 | 0 | 0.09 | 288.25 | 0.81 | 0.54 |
| Hex | C4 | 2C | E9 | 10 | 51 | 0 | 9 | 120 | 51 | 36 |
| Octal | 304 | 54 | 351 | 20 | 121 | 0 | 11 | 440 | 121 | 66 |
| Binary | 11000100 | 101100 | 11101001 | 10000 | 1010001 | 0 | 1001 | 100100000 | 1010001 | 110110 |
Color Harmonies of #C42CE9
Complementary color
Monochromatic Colors of #C42CE9
Black with #C42CE9
Text Example
Text Example
White with #C42CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42CE9; }
p { color: rgb(196,44,233); }
H1.HeaderClassName
{
color: #C42CE9;
}
.AnyTagClassName
{
color: #C42CE9;
}
</style>
background-color css
<style>
a { background-color: #C42CE9; }
a { background-color: rgb(196,44,233); }
div.DivClassName
{
background-color: #C42CE9;
}
.BgClassName
{
background-color: #C42CE9;
}
</style>
border-color css
<style>
span { border-color: #C42CE9; }
span { border-color: rgb(196,44,233); }
td.TdClassName
{
border-color: #C42CE9;
}
.TagClassName
{
border-color: #C42CE9;
}
</style>