Shades of Medium Orchid #C62BE2
Tints of Medium Orchid #C62BE2
RGB
CMYK
RGB Variations
Color information
#C62BE2 (or 0xC62BE2) is known color: Medium Orchid. HEX triplet: C6, 2B and E2. RGB value is (198,43,226). Sum of RGB (Red+Green+Blue) = 198+43+226=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 226 (88.67% from 255 or 48.39% from 467); Max value from RGB is 226 - color contains mainly: blue. Hex color #C62BE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BE2 is #39D41D. Grayscale: #6D6D6D. Windows color (decimal): -3789854 or 14822342. OLE color: 14822342.
HSL color Cylindrical-coordinate representation of color #C62BE2: hue angle of 290.82º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62BE2 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 43 | 226 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.11 |
| HSL | 290.82º | 0.76% | 0.53% | - |
| HSV(B) | 290.82º | 0.81% | 0.89% | - |
| XYZ | 37.88 | 19.22 | 73.67 | - |
| YUV | 110.21 | 193.35 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 226 | 0.12 | 0.81 | 0 | 0.11 | 290.82 | 0.76 | 0.53 |
| Hex | C6 | 2B | E2 | C | 51 | 0 | B | 123 | 4C | 35 |
| Octal | 306 | 53 | 342 | 14 | 121 | 0 | 13 | 443 | 114 | 65 |
| Binary | 11000110 | 101011 | 11100010 | 1100 | 1010001 | 0 | 1011 | 100100011 | 1001100 | 110101 |
Color Harmonies of #C62BE2
Complementary color
Monochromatic Colors of #C62BE2
Black with #C62BE2
Text Example
Text Example
White with #C62BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62BE2; }
p { color: rgb(198,43,226); }
H1.HeaderClassName
{
color: #C62BE2;
}
.AnyTagClassName
{
color: #C62BE2;
}
</style>
background-color css
<style>
a { background-color: #C62BE2; }
a { background-color: rgb(198,43,226); }
div.DivClassName
{
background-color: #C62BE2;
}
.BgClassName
{
background-color: #C62BE2;
}
</style>
border-color css
<style>
span { border-color: #C62BE2; }
span { border-color: rgb(198,43,226); }
td.TdClassName
{
border-color: #C62BE2;
}
.TagClassName
{
border-color: #C62BE2;
}
</style>