Shades of Medium Orchid #C42AE6
Tints of Medium Orchid #C42AE6
RGB
CMYK
RGB Variations
Color information
#C42AE6 (or 0xC42AE6) is known color: Medium Orchid. HEX triplet: C4, 2A and E6. RGB value is (196,42,230). Sum of RGB (Red+Green+Blue) = 196+42+230=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 42 (16.80% from 255 or 8.97% from 468); Blue value is 230 (90.23% from 255 or 49.15% from 468); Max value from RGB is 230 - color contains mainly: blue. Hex color #C42AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42AE6 is #3BD519. Grayscale: #6C6C6C. Windows color (decimal): -3921178 or 15084228. OLE color: 15084228.
HSL color Cylindrical-coordinate representation of color #C42AE6: hue angle of 289.15º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42AE6 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 42 | 230 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.10 |
| HSL | 289.15º | 0.79% | 0.53% | - |
| HSV(B) | 289.15º | 0.82% | 0.9% | - |
| XYZ | 37.88 | 19.1 | 76.55 | - |
| YUV | 109.48 | 196.02 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 230 | 0.15 | 0.82 | 0 | 0.10 | 289.15 | 0.79 | 0.53 |
| Hex | C4 | 2A | E6 | F | 52 | 0 | A | 121 | 4F | 35 |
| Octal | 304 | 52 | 346 | 17 | 122 | 0 | 12 | 441 | 117 | 65 |
| Binary | 11000100 | 101010 | 11100110 | 1111 | 1010010 | 0 | 1010 | 100100001 | 1001111 | 110101 |
Color Harmonies of #C42AE6
Complementary color
Monochromatic Colors of #C42AE6
Black with #C42AE6
Text Example
Text Example
White with #C42AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42AE6; }
p { color: rgb(196,42,230); }
H1.HeaderClassName
{
color: #C42AE6;
}
.AnyTagClassName
{
color: #C42AE6;
}
</style>
background-color css
<style>
a { background-color: #C42AE6; }
a { background-color: rgb(196,42,230); }
div.DivClassName
{
background-color: #C42AE6;
}
.BgClassName
{
background-color: #C42AE6;
}
</style>
border-color css
<style>
span { border-color: #C42AE6; }
span { border-color: rgb(196,42,230); }
td.TdClassName
{
border-color: #C42AE6;
}
.TagClassName
{
border-color: #C42AE6;
}
</style>