Shades of Medium Orchid #C62BE1
Tints of Medium Orchid #C62BE1
RGB
CMYK
RGB Variations
Color information
#C62BE1 (or 0xC62BE1) is known color: Medium Orchid. HEX triplet: C6, 2B and E1. RGB value is (198,43,225). Sum of RGB (Red+Green+Blue) = 198+43+225=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 43 (17.19% from 255 or 9.23% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #C62BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BE1 is #39D41E. Grayscale: #6D6D6D. Windows color (decimal): -3789855 or 14756806. OLE color: 14756806.
HSL color Cylindrical-coordinate representation of color #C62BE1: hue angle of 291.1º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62BE1 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 43 | 225 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.12 |
| HSL | 291.1º | 0.75% | 0.53% | - |
| HSV(B) | 291.1º | 0.81% | 0.88% | - |
| XYZ | 37.74 | 19.17 | 72.95 | - |
| YUV | 110.09 | 192.85 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 225 | 0.12 | 0.81 | 0 | 0.12 | 291.1 | 0.75 | 0.53 |
| Hex | C6 | 2B | E1 | C | 51 | 0 | C | 123 | 4B | 35 |
| Octal | 306 | 53 | 341 | 14 | 121 | 0 | 14 | 443 | 113 | 65 |
| Binary | 11000110 | 101011 | 11100001 | 1100 | 1010001 | 0 | 1100 | 100100011 | 1001011 | 110101 |
Color Harmonies of #C62BE1
Complementary color
Monochromatic Colors of #C62BE1
Black with #C62BE1
Text Example
Text Example
White with #C62BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62BE1; }
p { color: rgb(198,43,225); }
H1.HeaderClassName
{
color: #C62BE1;
}
.AnyTagClassName
{
color: #C62BE1;
}
</style>
background-color css
<style>
a { background-color: #C62BE1; }
a { background-color: rgb(198,43,225); }
div.DivClassName
{
background-color: #C62BE1;
}
.BgClassName
{
background-color: #C62BE1;
}
</style>
border-color css
<style>
span { border-color: #C62BE1; }
span { border-color: rgb(198,43,225); }
td.TdClassName
{
border-color: #C62BE1;
}
.TagClassName
{
border-color: #C62BE1;
}
</style>