Shades of Medium Orchid #C647EC
Tints of Medium Orchid #C647EC
RGB
CMYK
RGB Variations
Color information
#C647EC (or 0xC647EC) is known color: Medium Orchid. HEX triplet: C6, 47 and EC. RGB value is (198,71,236). Sum of RGB (Red+Green+Blue) = 198+71+236=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 71 (28.12% from 255 or 14.06% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #C647EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C647EC is #39B813. Grayscale: #7F7F7F. Windows color (decimal): -3782676 or 15484870. OLE color: 15484870.
HSL color Cylindrical-coordinate representation of color #C647EC: hue angle of 286.18º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C647EC is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 71 | 236 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.07 |
| HSL | 286.18º | 0.81% | 0.6% | - |
| HSV(B) | 286.18º | 0.7% | 0.93% | - |
| XYZ | 40.68 | 22.57 | 81.57 | - |
| YUV | 127.78 | 189.08 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 236 | 0.16 | 0.70 | 0 | 0.07 | 286.18 | 0.81 | 0.6 |
| Hex | C6 | 47 | EC | 10 | 46 | 0 | 7 | 11E | 51 | 3C |
| Octal | 306 | 107 | 354 | 20 | 106 | 0 | 7 | 436 | 121 | 74 |
| Binary | 11000110 | 1000111 | 11101100 | 10000 | 1000110 | 0 | 111 | 100011110 | 1010001 | 111100 |
Color Harmonies of #C647EC
Complementary color
Monochromatic Colors of #C647EC
Black with #C647EC
Text Example
Text Example
White with #C647EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C647EC; }
p { color: rgb(198,71,236); }
H1.HeaderClassName
{
color: #C647EC;
}
.AnyTagClassName
{
color: #C647EC;
}
</style>
background-color css
<style>
a { background-color: #C647EC; }
a { background-color: rgb(198,71,236); }
div.DivClassName
{
background-color: #C647EC;
}
.BgClassName
{
background-color: #C647EC;
}
</style>
border-color css
<style>
span { border-color: #C647EC; }
span { border-color: rgb(198,71,236); }
td.TdClassName
{
border-color: #C647EC;
}
.TagClassName
{
border-color: #C647EC;
}
</style>