Shades of Medium Orchid #C42CEA
Tints of Medium Orchid #C42CEA
RGB
CMYK
RGB Variations
Color information
#C42CEA (or 0xC42CEA) is known color: Medium Orchid. HEX triplet: C4, 2C and EA. RGB value is (196,44,234). Sum of RGB (Red+Green+Blue) = 196+44+234=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 44 (17.58% from 255 or 9.28% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #C42CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42CEA is #3BD315. Grayscale: #6E6E6E. Windows color (decimal): -3920662 or 15346884. OLE color: 15346884.
HSL color Cylindrical-coordinate representation of color #C42CEA: hue angle of 288º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42CEA is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 44 | 234 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.08 |
| HSL | 288º | 0.82% | 0.55% | - |
| HSV(B) | 288º | 0.81% | 0.92% | - |
| XYZ | 38.52 | 19.48 | 79.57 | - |
| YUV | 111.11 | 197.36 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 234 | 0.16 | 0.81 | 0 | 0.08 | 288 | 0.82 | 0.55 |
| Hex | C4 | 2C | EA | 10 | 51 | 0 | 8 | 120 | 52 | 37 |
| Octal | 304 | 54 | 352 | 20 | 121 | 0 | 10 | 440 | 122 | 67 |
| Binary | 11000100 | 101100 | 11101010 | 10000 | 1010001 | 0 | 1000 | 100100000 | 1010010 | 110111 |
Color Harmonies of #C42CEA
Complementary color
Monochromatic Colors of #C42CEA
Black with #C42CEA
Text Example
Text Example
White with #C42CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42CEA; }
p { color: rgb(196,44,234); }
H1.HeaderClassName
{
color: #C42CEA;
}
.AnyTagClassName
{
color: #C42CEA;
}
</style>
background-color css
<style>
a { background-color: #C42CEA; }
a { background-color: rgb(196,44,234); }
div.DivClassName
{
background-color: #C42CEA;
}
.BgClassName
{
background-color: #C42CEA;
}
</style>
border-color css
<style>
span { border-color: #C42CEA; }
span { border-color: rgb(196,44,234); }
td.TdClassName
{
border-color: #C42CEA;
}
.TagClassName
{
border-color: #C42CEA;
}
</style>