Shades of Medium Orchid #C42BE5
Tints of Medium Orchid #C42BE5
RGB
CMYK
RGB Variations
Color information
#C42BE5 (or 0xC42BE5) is known color: Medium Orchid. HEX triplet: C4, 2B and E5. RGB value is (196,43,229). Sum of RGB (Red+Green+Blue) = 196+43+229=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 43 (17.19% from 255 or 9.19% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #C42BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42BE5 is #3BD41A. Grayscale: #6D6D6D. Windows color (decimal): -3920923 or 15018948. OLE color: 15018948.
HSL color Cylindrical-coordinate representation of color #C42BE5: hue angle of 289.35º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42BE5 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 43 | 229 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.10 |
| HSL | 289.35º | 0.78% | 0.53% | - |
| HSV(B) | 289.35º | 0.81% | 0.9% | - |
| XYZ | 37.77 | 19.12 | 75.83 | - |
| YUV | 109.95 | 195.19 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 229 | 0.14 | 0.81 | 0 | 0.10 | 289.35 | 0.78 | 0.53 |
| Hex | C4 | 2B | E5 | E | 51 | 0 | A | 121 | 4E | 35 |
| Octal | 304 | 53 | 345 | 16 | 121 | 0 | 12 | 441 | 116 | 65 |
| Binary | 11000100 | 101011 | 11100101 | 1110 | 1010001 | 0 | 1010 | 100100001 | 1001110 | 110101 |
Color Harmonies of #C42BE5
Complementary color
Monochromatic Colors of #C42BE5
Black with #C42BE5
Text Example
Text Example
White with #C42BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42BE5; }
p { color: rgb(196,43,229); }
H1.HeaderClassName
{
color: #C42BE5;
}
.AnyTagClassName
{
color: #C42BE5;
}
</style>
background-color css
<style>
a { background-color: #C42BE5; }
a { background-color: rgb(196,43,229); }
div.DivClassName
{
background-color: #C42BE5;
}
.BgClassName
{
background-color: #C42BE5;
}
</style>
border-color css
<style>
span { border-color: #C42BE5; }
span { border-color: rgb(196,43,229); }
td.TdClassName
{
border-color: #C42BE5;
}
.TagClassName
{
border-color: #C42BE5;
}
</style>