Shades of Medium Orchid #C62DEC
Tints of Medium Orchid #C62DEC
RGB
CMYK
RGB Variations
Color information
#C62DEC (or 0xC62DEC) is known color: Medium Orchid. HEX triplet: C6, 2D and EC. RGB value is (198,45,236). Sum of RGB (Red+Green+Blue) = 198+45+236=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 45 (17.97% from 255 or 9.39% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #C62DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62DEC is #39D213. Grayscale: #6F6F6F. Windows color (decimal): -3789332 or 15478214. OLE color: 15478214.
HSL color Cylindrical-coordinate representation of color #C62DEC: hue angle of 288.06º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62DEC is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 45 | 236 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.07 |
| HSL | 288.06º | 0.83% | 0.55% | - |
| HSV(B) | 288.06º | 0.81% | 0.93% | - |
| XYZ | 39.37 | 19.94 | 81.13 | - |
| YUV | 112.52 | 197.69 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 236 | 0.16 | 0.81 | 0 | 0.07 | 288.06 | 0.83 | 0.55 |
| Hex | C6 | 2D | EC | 10 | 51 | 0 | 7 | 120 | 53 | 37 |
| Octal | 306 | 55 | 354 | 20 | 121 | 0 | 7 | 440 | 123 | 67 |
| Binary | 11000110 | 101101 | 11101100 | 10000 | 1010001 | 0 | 111 | 100100000 | 1010011 | 110111 |
Color Harmonies of #C62DEC
Complementary color
Monochromatic Colors of #C62DEC
Black with #C62DEC
Text Example
Text Example
White with #C62DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62DEC; }
p { color: rgb(198,45,236); }
H1.HeaderClassName
{
color: #C62DEC;
}
.AnyTagClassName
{
color: #C62DEC;
}
</style>
background-color css
<style>
a { background-color: #C62DEC; }
a { background-color: rgb(198,45,236); }
div.DivClassName
{
background-color: #C62DEC;
}
.BgClassName
{
background-color: #C62DEC;
}
</style>
border-color css
<style>
span { border-color: #C62DEC; }
span { border-color: rgb(198,45,236); }
td.TdClassName
{
border-color: #C62DEC;
}
.TagClassName
{
border-color: #C62DEC;
}
</style>