Shades of Medium Orchid #C62ED9
Tints of Medium Orchid #C62ED9
RGB
CMYK
RGB Variations
Color information
#C62ED9 (or 0xC62ED9) is known color: Medium Orchid. HEX triplet: C6, 2E and D9. RGB value is (198,46,217). Sum of RGB (Red+Green+Blue) = 198+46+217=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 217 - color contains mainly: blue. Hex color #C62ED9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62ED9 is #39D126. Grayscale: #6E6E6E. Windows color (decimal): -3789095 or 14233286. OLE color: 14233286.
HSL color Cylindrical-coordinate representation of color #C62ED9: hue angle of 293.33º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62ED9 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 46 | 217 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.15 |
| HSL | 293.33º | 0.69% | 0.52% | - |
| HSV(B) | 293.33º | 0.79% | 0.85% | - |
| XYZ | 36.79 | 18.97 | 67.37 | - |
| YUV | 110.94 | 187.86 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 217 | 0.09 | 0.79 | 0 | 0.15 | 293.33 | 0.69 | 0.52 |
| Hex | C6 | 2E | D9 | 9 | 4F | 0 | F | 125 | 45 | 34 |
| Octal | 306 | 56 | 331 | 11 | 117 | 0 | 17 | 445 | 105 | 64 |
| Binary | 11000110 | 101110 | 11011001 | 1001 | 1001111 | 0 | 1111 | 100100101 | 1000101 | 110100 |
Color Harmonies of #C62ED9
Complementary color
Monochromatic Colors of #C62ED9
Black with #C62ED9
Text Example
Text Example
White with #C62ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62ED9; }
p { color: rgb(198,46,217); }
H1.HeaderClassName
{
color: #C62ED9;
}
.AnyTagClassName
{
color: #C62ED9;
}
</style>
background-color css
<style>
a { background-color: #C62ED9; }
a { background-color: rgb(198,46,217); }
div.DivClassName
{
background-color: #C62ED9;
}
.BgClassName
{
background-color: #C62ED9;
}
</style>
border-color css
<style>
span { border-color: #C62ED9; }
span { border-color: rgb(198,46,217); }
td.TdClassName
{
border-color: #C62ED9;
}
.TagClassName
{
border-color: #C62ED9;
}
</style>